Module List.Or_unequal_lengths

type 'a t =
| Ok of 'a
| Unequal_lengths
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val sexp_of_t : ('a -> Base.Sexp.t) -> 'a t -> Base.Sexp.t