module List:sig..end
include List
include BatList
include ListLabels
include BatList.Labels
val assoc_exn : 'a -> ('a * 'b) list -> 'bval hd_exn : 'a list -> 'aval tl_exn : 'a list -> 'a listinclude BatList.Exceptionless
include BatList.Labels.LExceptionless
val npartition_exn : eq:('a -> 'a -> bool) -> 'a list -> 'a list list