Ben.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 Core.StringMap.t
The type of parsed configuration files. Configuration files are key-value pairs, where values have type expr
.