F.From_filemodule Vhd_IO : sig ... endmodule Raw_IO : sig ... enditer f stream applies each element from stream to f in order.
fold_left f initial stream folds f across all the elements in the stream with neutral element initial
an image of a disk represented as a stream
replaces 'Empty' elements with explicit writes of zeroes
replaces 'Copy' elements with explicit writes of data
module Vhd_input : sig ... endmodule Hybrid_input : sig ... endmodule Raw_input : sig ... endmodule Hybrid_raw_input : sig ... end