package dune-private-libs

  1. Overview
  2. Docs
type t =
  1. | Win32
  2. | Unix
  3. | Other of string
val to_string : t -> string