Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module StringSet : sig ... end
type !'a split = 'a list -> 'a split_action
val fsplit_rev :
?excl:('a list -> bool) ->
f:'a split ->
'a list ->
('a list * 'a list) option
val fsplit :
?excl:('a list -> bool) ->
f:'a split ->
'a list ->
('a list * 'a list) option