Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This module offers an implementation of STORE
based on immutable integer maps. The stores thus obtained are persistent.
The easiest way of instantiating the above functor is with integer maps found in the standard library. This is done here.
val new_store : unit -> 'a store