package vhd-format

  1. Overview
  2. Docs
val sizes : int64 list
type choice =
  1. | First
  2. | Last
type position = {
  1. block : choice;
  2. sector : choice;
}
type operation =
  1. | Create of int64
  2. | Snapshot
  3. | Write of position * string
type program = operation list
val string_of_program : program -> string
val descr_of_program : program -> string list
val programs : program list
OCaml

Innovation. Community. Security.