package CamlGI

  1. Overview
  2. Docs
module type DbiDriverT = sig ... end
module DbiPool (Dbi_driver : DbiDriverT) : sig ... end