package vhd-format

  1. Overview
  2. Docs
type t =
  1. | Windows
  2. | Macintosh
  3. | Other of int32
val to_string : t -> string