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 -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t