blob: 96d8f3cdf62d585ceea2fe939b6f822b5fe6032c (
plain)
1
2
3
4
5
|
type value_constraint = Regex of string | External of string * string
exception Bad_validator of string
val validate_value : (string, string) Hashtbl.t -> value_constraint -> string -> bool
|