package opam-format

  1. Overview
  2. Docs

doc/opam-format/OpamPp/Op/index.html

Module OpamPp.OpSource

Sourceval (-|) : ('a, 'b) t -> ('b, 'c) t -> ('a, 'c) t

Piping pps together: the left-hand pp is called first when parsing, last when printing

Sourceval (^+) : ('a, 'b) t -> ('a list, 'c) t -> ('a list, 'b * 'c) t

Combinator to parse lists to different types using nested pairs

OCaml

Innovation. Community. Security.