package prbnmcn-basic-structures

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Lang.Float_storageSource

include module type of struct include Empty end
Sourcetype 'a m = 'a

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

Sourcetype t = float ref
Sourcetype elt = float
Sourceval create : float -> t
Sourceval set : float ref -> float -> unit
Sourceval get : t -> float
OCaml

Innovation. Community. Security.