Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 268 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 268 Bytes

Overview

A wrapper over lwt library in the style of Janestreet's Core library. Start with

open Core_lwt.Std

To gen an access to Lwt_some module use Some name, e.g., Lwt_stream is accessible as Stream.

Documentation

TBD