package graphql-lwt

  1. Overview
  2. Docs

Module Schema.IoSource

Sourcetype 'a t = 'a Lwt.t
Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourcemodule Stream : sig ... end