module Register: functor (D : Declarator) -> Registry with type t = D.t
functor (
D
:
Declarator
) ->
Registry
with type t = D.t
type t
val define : t -> unit
t -> unit
val get_definition : t -> F.pred Formula.declaration
t -> F.pred Formula.declaration
val on_definition : (t -> F.pred Formula.declaration -> unit) -> unit
(t -> F.pred Formula.declaration -> unit) -> unit