Module CamomileLibrary.UReStr

module UReStr: sig .. end


Module for a Str-like regular expression syntax. The difference can be summarised as follows.
module type Interface = sig .. end
module Configure: 
functor (Config : CamomileLibrary.ConfigInt.Type) -> Interface