You can search for identifiers within the package.
in-package search v0.2.0
Functorial frontent. Allows for custom (de)serialisation functions, which keeps data human-readable in the backend.
type internal
module type COLUMN = sig ... end
module Table (T : sig ... end) (Key : COLUMN) (Value : COLUMN) : Ocsipersist_lib.Sigs.TABLE with type key = Key.t and type value = Value.t
module Column : sig ... end