Clipboard.ParserType that can be used to turn a clipboard content of specific Datatype into a list of rows, each row as a list of strings. See Incr_dom_list.Clipboard for an example usage.
val create : Datatype.t -> (string -> string list list) -> tval data_type : t -> Datatype.tval rows_of_input : t -> string -> string list list