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