Module Ocsipersist_lib.Sigs

module type TABLE = sig ... end
module type FUNCTORIAL = sig ... end
module type POLYMORPHIC = sig ... end
module type REF = sig ... end

Persistent references for OCaml

module type STORE = sig ... end
module type REF_JSON = sig ... end

Type-safe persistent references using Deriving_Json for serialisation.

module type STORE_JSON = sig ... end