package encore

  1. Overview
  2. Docs

Module Proxy_decoder.ImplSource

Sourcetype 'a t = 'a Angstrom.t
Sourceval (<$>) : ('a, 'b) Bijection.texn -> 'a t -> 'b t
Sourceval (<*>) : 'a t -> 'b t -> ('a * 'b) t
Sourceval (<|>) : 'a t -> 'a t -> 'a t
Sourceval (*>) : unit t -> 'a t -> 'a t
Sourceval (<*) : 'a t -> unit t -> 'a t
Sourceval ($>) : unit t -> (unit, 'a) Bijection.texn -> 'a t
Sourceval (<$) : 'a t -> (unit, 'a) Bijection.texn -> unit t
Sourceval fix : ('a t -> 'a t) -> 'a t
Sourceval nop : unit t
Sourceval any : char t
Sourceval fail : string -> 'a t
Sourceval pure : compare:('a -> 'a -> int) -> 'a -> 'a t
Sourceval take : int -> string t
Sourceval peek : 'a t -> 'b t -> ('a, 'b) Either.t t
Sourceval const : string -> string t
Sourceval commit : unit t
Sourceval while0 : (char -> bool) -> string t
Sourceval while1 : (char -> bool) -> string t
Sourceval bigstring_while0 : (char -> bool) -> Encoder.bigstring t
Sourceval bigstring_while1 : (char -> bool) -> Encoder.bigstring t
Sourceval buffer : string t
Sourceval bigstring_buffer : Encoder.bigstring t
Sourcemodule Option : sig ... end
OCaml

Innovation. Community. Security.