package prbnmcn-basic-structures

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

Module Lang.Make_storageSource

Parameters

module X : sig ... end

Signature

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 = X.t ref
Sourcetype elt = X.t
Sourceval create : 'a -> 'a ref
Sourceval set : 'a ref -> 'a -> unit
Sourceval get : 'a ref -> 'a
OCaml

Innovation. Community. Security.