package cfstream

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end

A signature for data structures that may be converted to and from a Stream.t.

module type S2 = sig ... end