package caqti

  1. Overview
  2. Docs

(internal) Signature for driver implementation.

  • deprecated

    Don't use this in new code.

module type S = sig ... end
module type F = functor (System : Caqti1_system_sig.S) -> S with type 'a io := 'a System.io