Skip to content

BinaryAnalysisPlatform/core-lwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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