package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Zero
  2. | Em of float
  3. | Ex of float
  4. | Px of float
  5. | Gd of float
  6. | Rem of float
  7. | Vw of float
  8. | Vh of float
  9. | Vm of float
  10. | Ch of float
  11. | Mm of float
  12. | Cm of float
  13. | In of float
  14. | Pt of float
  15. | Pc of float
type js_t = private Js.js_string Js.t
val string_of_t : t -> string
val js : t -> js_t
val ml : js_t -> t