package ppx_rapper

  1. Overview
  2. Docs
type +'a future
val map : ('a -> 'b) -> 'a future -> 'b future
val fail : 'e -> ('a, 'e) Stdlib.result future
module Stream : Caqti_stream.S with type 'a future := 'a future
module type CONNECTION = Caqti_connection_sig.S with type 'a future := 'a future and type ('a, 'err) stream := ('a, 'err) Stream.t