Benl_types
Ben-specific basic datatypes.
A pair of a PCRE regexp and its string representation (as parsed from configuration, used for pretty-printing).
type config = expr Benl_core.StringMap.t
The type of parsed configuration files. Configuration files are key-value pairs, where values have type expr
.