1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val (<$>) : ( 'a, 'b ) Bijection.texn -> 'a t -> 'b t
val ($>) : unit t -> ( unit, 'a ) Bijection.texn -> 'a t
val (<$) : 'a t -> ( unit, 'a ) Bijection.texn -> unit t
val nop : unit t
val any : char t
val fail : string -> 'a t
val pure : compare:( 'a -> 'a -> int ) -> 'a -> 'a t
val take : int -> string t
val const : string -> string t
val commit : unit t
val while0 : ( char -> bool ) -> string t
val while1 : ( char -> bool ) -> string t
val bigstring_while0 : ( char -> bool ) -> Encoder.bigstring t
val bigstring_while1 : ( char -> bool ) -> Encoder.bigstring t
val buffer : string t
val bigstring_buffer : Encoder.bigstring t
module Option : sig ... end