package vhd-format

  1. Overview
  2. Docs

Parameters

module I : S.INPUT

Signature

type 'a ll =
  1. | Cons of 'a * unit -> 'a ll I.t
  2. | End
    (*

    a lazy list

    *)
val openstream : int64 option -> I.fd -> Fragment.t ll I.t

produce a stream of Fragment.ts from a vhd stream, using constant space