package caqti

  1. Overview
  2. Docs
module type S = sig ... end
module type FUTURE = sig ... end
module Make (X : FUTURE) : S with type 'a future := 'a X.future