mte/unikernel/duniverse/pgx/pgx_lwt/src/pgx_lwt.mli
2025-11-11 02:07:51 +01:00

5 lines
111 B
OCaml

module Io_intf = Io_intf
module type S = Pgx.S with type 'a Io.t = 'a Lwt.t
module Make (Io : Io_intf.S) : S