summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T21144.hs
blob: b4f8600fca81ba3c893ae409685a585e9c6947f0 (plain)
1
2
3
4
module T21144 where

peps :: a ~ Double => a
peps = x where x = fromIntegral (floatDigits x) ** 2