> 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) |]
-
Notifications
You must be signed in to change notification settings - Fork 0
rixed/ocaml-pretty-printers-parsers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Pretty-Printers/Parsers
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published