module type MAKE =Signature of the functorfunctor (
Pre
:
PREFIX
) ->
functor (
Obs
:
OBSERVER
) ->
functor (
Img
:
IMG
) ->
functor (
State
:
STATE
with type obs = Obs.t
) ->
VAR
with type obs = Obs.t
with type img = Img.t
Parameters: |
|
include GenVars.VAR_WITHOUT_IMG
type
img
val add_img : img -> t -> unit
val get_img : t -> img option