package ocsipersist-dbm

  1. Overview
  2. Docs

Module Ocsipersist.FunctorialSource

Sourcetype internal = string
Sourcemodule type COLUMN = sig ... end
Sourcemodule Table (T : sig ... end) (Key : COLUMN) (Value : COLUMN) : Ocsipersist_lib.Sigs.TABLE with type key = Key.t and type value = Value.t
Sourcemodule Column : sig ... end