Merge remote branch 'origin/master' into ghc-generics
[ghc-base.git] / tests / enumRatio.hs
1
2 import Data.Ratio
3 main = print [ 1, 4%(3::Int) .. 1 ]