package ppx_rapper

  1. Overview
  2. Docs

Parameters

module Io : IO

Signature

val map : ('a -> 'b) -> 'a Io.t -> 'b Io.t
val fail : 'e -> ('a, 'e) Stdlib.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