package tube

  1. Overview
  2. Docs
Typesafe abstraction on top of Lwt_io channels

Install

dune-project
 Dependency

Authors

Maintainers

Sources

4.4.0.tar.gz
sha256=58d5a8775d6ccd2752d4fdacb12be8f86c4efa769c4755cc05b43782f31efefd
md5=65e17606d445d517aad1f912daca4d88

doc/tube/Tube/index.html

Module TubeSource

Sourcemodule type Pipe = sig ... end
Sourcemodule Make (Material : sig ... end) : Pipe with type t = Material.t
Sourcemodule BoolPipe : Pipe with type t = bool
Sourcemodule StringPipe : Pipe with type t = string
Sourcemodule IntPipe : Pipe with type t = int
Sourcemodule CharPipe : Pipe with type t = char