module FPS: sig .. end
sig
end
Operations on frame rates.
type t = float
float
val to_frac : t -> int * int
t -> int * int
Convert a frame rate to a fraction.