type
t
=
[
|
`Encoding_latin1
of
bool
|
`Posix_syntax
of
bool
|
`Longest_match
of
bool
|
`Log_errors
of
bool
|
`Max_mem
of
int
|
`Literal
of
bool
|
`Never_nl
of
bool
|
`Dot_nl
of
bool
|
`Never_capture
of
bool
|
`Case_sensitive
of
bool
|
`Perl_classes
of
bool
|
`Word_boundary
of
bool
|
`One_line
of
bool
]