Module type Floatable.S

module type S = sig .. end

type t 
val of_float : float -> t
val to_float : t -> float