Module Camomile.UReStr

type regexp = CamomileLibrary.URe.regexp
val regexp : string -> regexp
val quote : string -> string
val regexp_string : string -> regexp
module type Type = sig ... end
module Make : functor (Text : CamomileLibrary.UnicodeString.Type) -> sig ... end