Module F.Host_OS

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