module type CVAR = functor (Obs : OBSERVER) -> VAR with type obs = Obs.t
functor (
Obs
:
OBSERVER
) ->
VAR
with type obs = Obs.t
include GenVars.VAR_WITHOUT_IMG
type img
val add_img : img -> t -> unit
img -> t -> unit
val get_img : t -> img option
t -> img option