module Split_strategy:sig
..end
type
split_strategy =
| |
NoSplit |
| |
SplitAuto |
| |
SplitEqList of |
| |
FullSplit |
include Datatype.S_with_collections
exception ParseFailure of string
val of_string : string -> t
val to_string : t -> string