package ppx_rapper

  1. Overview
  2. Docs

Module type Rapper.RAPPER_HELPERSource

Sourcetype +'a future
Sourceval map : ('a -> 'b) -> 'a future -> 'b future
Sourceval fail : 'e -> ('a, 'e) result future
Sourcemodule Stream : Caqti_stream.S with type 'a future := 'a future
Sourcemodule type CONNECTION = Caqti_connection_sig.S with type 'a future := 'a future and type ('a, 'err) stream := ('a, 'err) Stream.t