Module Consistbl
type t
val create : unit -> t
val clear : t -> unit
val source : t -> string -> string
val filter : string -> bool -> t -> unit
exception Inconsistency of string * string * string
exception Not_available of string