ppx_rapper.runtime
Rapper.Make_helper
ppx_rapper
module Io : IO
val map : ('a -> 'b) -> 'a Io.t -> 'b Io.t
val fail : 'e -> ('a, 'e) result Io.t
module Stream = Io.Stream
module type CONNECTION = Caqti_connection_sig.S with type 'a future := 'a Io.t and type ('a, 'err) stream := ('a, 'err) Stream.t