module Deterministic: State_builder.Ref with type data = bool
State_builder.Ref
with type data = bool
true
include State_builder.S
type data
val set : data -> unit
data -> unit
val get : unit -> data
unit -> data
val clear : unit -> unit
unit -> unit