Module Os.Platform

type t =
| Darwin
| Linux
| Cygwin
| Windows
| Unix
| Unknown
;
let uname: unit => t;
let current: unit => t;