export Floating

This commit is contained in:
Stephen Diehl
2017-01-21 14:53:04 +00:00
parent 12cd9fae46
commit f9b5a5cbf4
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ import GHC.Real as X
import GHC.Float as X (
Float(..)
, Double(..)
, Floating (..)
, showFloat
, showSignedFloat
)