module Float_ref:functor (Info:siginclude State_builder.Infoval default :unit -> floatend) ->Refwith type data = float
Build a reference on a float.
| Parameters: |
|
include State_builder.S
type data
Type of the referenced value.
val set : data -> unitChange the referenced value.
val get : unit -> dataGet the referenced value.
val clear : unit -> unitReset the reference to its default value.