add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / tests / enumRatio.hs
1
2 import Data.Ratio
3 main = print [ 1, 4%(3::Int) .. 1 ]