Module type Formula.S.Registry


module type Registry = sig .. end

type t 
val define : t -> unit
val get_definition : t -> Formula.S.decl
val on_definition : (t -> Formula.S.decl -> unit) -> unit