[project @ 2001-06-15 08:29:57 by simonpj]
[ghc-hetmet.git] / ghc / compiler / ilxGen / tests / test5.hs
1 data One a = One a
2
3 choose (One x) = x
4 main = putStr (choose (One "hello world\n"))
5