> let pp = PPP.OCaml.(array (pair (list int) bool)) in
> PPP.to_string pp [| ([1;2;3], true) ; ([], false) |]
"[|([1;2;3],true);([],false)|]"
> PPP.of_string pp "[|([1;2;3],true);([],false)|]"
[| ([1;2;3], true) ; ([], false) |]rixed/ocaml-pretty-printers-parsers
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|