79b733ebedbc878709fe17a6e903a646c15a1fb3
[ghc-base.git] / enumRatio.hs
1
2 import Data.Ratio
3 main = print [ 1, 4%(3::Int) .. 1 ]