module True_ref: functor (Info : Info) -> Ref with type data = bool
functor (
Info
:
) ->
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