Add tests from testsuite/tests/h98
[ghc-base.git] / tests / enumRatio.hs
1
2 import Data.Ratio
3 main = print [ 1, 4%(3::Int) .. 1 ]