Functor Mdata.S.Register


module Register: 
functor (D : Declarator) -> Registry with type t = D.t
Parameters:
D : Declarator

type t 
val define : t -> unit
val get_definition : t -> F.pred Formula.declaration
val on_definition : (t -> F.pred Formula.declaration -> unit) -> unit