Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Open_on_rhs_intf : sig ... end
include Base.Applicative.Let_syntax
with type 'a t := 'a t
with module Open_on_rhs_intf := Open_on_rhs_intf
module Let_syntax : sig ... end
include Open_on_rhs_intf.S with type 'a t := 'a t
include Regex_parser_intf.S with type 'a t := 'a t
val compile :
?case_sensitive:Base.bool ->
'a t ->
(Base.string -> 'a Base.option) Base.Staged.t
val run : ?case_sensitive:Base.bool -> 'a t -> Base.string -> 'a Base.option
val matches : ?case_sensitive:Base.bool -> 'a t -> Base.string -> Base.bool
val return : 'a -> 'a t
module Applicative_infix : sig ... end
val fail : 'a t
val string : Base.string -> Base.unit t
val any_string : Base.string t
val start_of_input : Base.unit t
val end_of_input : Base.unit t
module Char : sig ... end
module Decimal : sig ... end