Skip to content

BinaryAnalysisPlatform/core-lwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf5af1e · Apr 5, 2019

History

28 Commits
Jan 31, 2019
Feb 4, 2019
Jan 13, 2016
Jan 13, 2016
Apr 5, 2019
Apr 5, 2019

Repository files navigation

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