package ocsipersist-lib

  1. Overview
  2. Docs

Module type Sigs.FUNCTORIALSource

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