camomile
A Unicode library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package camomile
-
camomileDefaultConfig
-
camomileLibrary
-
-
camomileLibraryDefault
-
-
camomileLibraryDyn
-
camomile_yuge
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library camomileLibrary
type regexp = [
| `Alt of regexp * regexp |
| `Seq of regexp * regexp |
| `Rep of regexp |
| `Repn of regexp * int * int option |
| `After of regexp |
| `Before of regexp |
| `Epsilon |
| `Group of regexp |
| `OneChar |
| `String of UChar.t list |
| `Set of USet.t |
| `BoS |
| `EoS |
]
Abstract syntax trees of regular expressions.
module type Type = sig ... end
module Make
(Text : UnicodeString.Type) :
Type with type text = Text.t and type index = Text.index
ON THIS PAGE
No table of contents