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