CurryInfo: base-3.4.0 / Prelude.Real

definition: Info
 
class (Num a, Ord a) => Real a where
  toFloat :: a -> Float
documentation: Info
 
The class of real numbers which can be mapped to floats.
methods: Info
 ["toFloat :: a -> Float"]
name: Info
 Real