Module Numref


module Numref: sig  end
C-style update-left-hand-side math operations


Opening the appropriate submodule lets you use C-style += etc with reference types.

module type REFOPS = sig  end
The operations supported.
module GenRefOps: functor (Ops : Genops.Ops) -> sig  end
Functor to create modules with the appropriate operations
module IntRefOps: sig  end
Pre-defined modules for the builtin types are provided.
module FloatRefOps: sig  end
module Int32RefOps: sig  end
module Int64RefOps: sig  end
module NativeRefOps: sig  end