package caqti

  1. Overview
  2. Docs

SQL IO utility functions.

module type MONAD = sig ... end

The concurrency monad assumed by Make.

module type S = sig ... end

The interface implemented by Make.

module Make (Io : MONAD) : S with type 'a future := 'a Io.t

The implementation.