package re_parser

  1. Overview
  2. Docs

Module Re_parser.Let_syntaxSource

Sourceval return : 'a -> 'a t
Sourceval (<*>) : ('a -> 'b) t -> 'a t -> 'b t

same as apply

Sourceval (<*) : 'a t -> unit t -> 'a t
Sourceval (*>) : unit t -> 'a t -> 'a t
Sourceval (>>|) : 'a t -> ('a -> 'b) -> 'b t
Sourcemodule Let_syntax : sig ... end
OCaml

Innovation. Community. Security.