module Angle: sig .. end
sig
end
type t =
|
Deg of float
float
Grad of float
Rad of float
Turns of float
type js_t = private Js.js_string Js.t
Js.js_string Js.t
val string_of_t : t -> string
t -> string
val js : t -> js_t
t -> js_t
val ml : js_t -> t
js_t -> t