package caqti

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type FIBER = sig ... end
module type S = Caqti_switch_sig.S
module Make (Fiber : FIBER) : S with type 'a fiber := 'a Fiber.t