package zlist

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Lazy lists for OCaml.

This is version 0.1.2.

Copyright 2016 Jesse Haber-Kucharsky. See LICENCE.

module Lazy_list : sig ... end

Lazily-realized lists.

type 'a lazy_list = 'a Lazy_list.t