Zmisc.StateThe data-structure to represent a state
val singleton : 'a -> 'a tval empty : 'a tval is_empty : 'a t -> boolval fold : ('a -> 'b -> 'b) -> 'a t -> 'b -> 'bval list : 'a list -> 'a t -> 'a listval iter : ('a -> 'b) -> 'a t -> unitval fprint_t :
(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a t ->
unit