package pgx_lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Io_intf : sig ... end
module type S = Pgx.S with type 'a Io.t = 'a Lwt.t
module Make (Io : Io_intf.S) : S