package ppx_rapper_async

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