Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val (=~) :
string ->
?iflags:Pcre.irflag ->
?flags:Pcre.rflag list ->
?pos:int ->
?callout:Pcre.callout ->
'a t ->
'a option
Infix op version of exec_exn
.
val (==>) :
'a t ->
('a -> 'b) ->
[< `Ok of 'b | `Error of string ] ->
[> `Ok of 'b | `Error of string ]
case <string> |> ( m|pat|m
==> fun r -> ... ) |> ( m|pat|m
==> fun r -> ... ) ... |> default (fun () -> ... )