Module type Floatable.S


module type S = sig .. end

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