Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rixed/ocaml-pretty-printers-parsers

Open more actions menu

Repository files navigation

Pretty-Printers/Parsers

  > 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) |]

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.