package prbnmcn-basic-structures

  1. Overview
  2. Docs
include module type of struct include Empty end
type 'a m = 'a

'a m is the type of programs computing a value of type 'a

type t = float ref
type elt = float
val create : float -> t
val set : float ref -> float -> unit
val get : t -> float