Module CamomileLibrary.UReStr

Module for a Str-like regular expression syntax. The difference can be summarised as follows.

module type Interface = sig ... end
module Configure : functor (Config : ConfigInt.Type) -> Interface