caqti.v1
Caqti1_driver_sig
(internal) Signature for driver implementation.
Don't use this in new code.
caqti
module type S = sig ... end
module type F = functor (System : Caqti1_system_sig.S) -> S with type 'a io := 'a System.io