package ppx_rapper_lwt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file rapper_helper.ml

1
2
3
4
5
6
7
8
9
include Rapper.Make_helper (struct
  type +'a t = 'a Lwt.t

  let return = Lwt.return

  let map = Lwt.map

  module Stream = Caqti_lwt.Stream
end)