package reparse

  1. Overview
  2. Docs

Module Reparse.Let_syntaxSource

Sourceval return : 'a -> 'a Parser.t
Sourceval bind : 'a Parser.t -> f:('a -> 'b Parser.t) -> 'b Parser.t
Sourceval map : 'a Parser.t -> f:('a -> 'b) -> 'b Parser.t
Sourceval both : 'a Parser.t -> 'b Parser.t -> ('a * 'b) Parser.t
Sourcemodule Open_on_rhs : sig ... end
OCaml

Innovation. Community. Security.