module type Registry = sig .. end
sig
end
type t
val define : t -> unit
t -> unit
val get_definition : t -> Fol.decl
t -> Fol.decl
val on_definition : (t -> Fol.decl -> unit) -> unit
(t -> Fol.decl -> unit) -> unit