1 2 3 4 5 6 7 8 9 10 11
(* Tk_GetPixels emulation *) (* type *) type units = [ | `Pix of int | `Cm of float | `In of float | `Mm of float | `Pt of float ] (* /type *)