Re_emacsSourceinclude module type of struct include Re.Emacs endErrors that can be raised during the parsing of the regular expression
Parsing of an Emacs-style regular expression
val re_result :
?case:bool ->
string ->
((Re__.Ast.cset, [ `Cased | `Uncased ]) Re__.Ast.gen,
[ `Not_supported | `Parse_error ])
Stdlib.resultRegular expression compilation
Same as Core.compile