package vhd-format

  1. Overview
  2. Docs

Module F.Host_OS

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