package tube

  1. Overview
  2. Docs

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