pgocaml
PGOCaml_generic
Type-safe access to PostgreSQL databases.
module type THREAD = sig ... end
module type PGOCAML_GENERIC = sig ... end
module Make (Thread : THREAD) : PGOCAML_GENERIC with type 'a monad = 'a Thread.t