package opal

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a t =
  1. | Cons of 'a * 'a t Lazy.t
  2. | Nil
val of_stream : 'a Stream.t -> 'a t
val of_function : (unit -> 'a option) -> 'a t
val of_string : string -> char t
val of_channel : in_channel -> char t