package awsm

  1. Overview
  2. Docs
include Monad.S
type 'a s

The underlying actual monad type.

type t

Monad type lifted into the app type.

val inj : 'a s -> ('a, t) Monad.app
val prj : ('a, t) Monad.app -> 'a s
type 'a stream
val monad : t Monad.t
val make_stream : 'a stream -> ('a, t) Response.stream
val make_http : (Meth.t -> Request.t -> Uri.t -> (t Response.t, 'error) Core.result s) -> (t, 'error) Call.t
OCaml

Innovation. Community. Security.