Module Caqti1_driver_sig

(internal) Signature for driver implementation.

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