package ppx_rapper_lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Rapper.RAPPER_HELPER with type 'a future := 'a Lwt.t and module Stream = Caqti_lwt.Stream
val map : ('a -> 'b) -> 'a Lwt.t -> 'b Lwt.t
val fail : 'e -> ('a, 'e) Stdlib.result Lwt.t
module Stream = Caqti_lwt.Stream
module type CONNECTION = Caqti_connection_sig.S with type 'a future := 'a Lwt.t and type ('a, 'err) stream := ('a, 'err) Stream.t