package ppx_rapper

  1. Overview
  2. Docs
type +'a t
val return : 'a -> 'a t
val map : ('a -> 'b) -> 'a t -> 'b t
module Stream : Caqti_stream.S with type 'a future := 'a t