package linol-lwt

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

Module Jsonrpc2.IOSource

Sourcetype 'a t = 'a Task.m
Sourceval return : 'a -> 'a t
Sourceval failwith : string -> 'a t
Sourceval (let+) : 'a t -> ('a -> 'b) -> 'b t
Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (and+) : 'a t -> 'b t -> ('a * 'b) t
OCaml

Innovation. Community. Security.