[project @ 2000-10-25 13:51:50 by simonpj]
[ghc-hetmet.git] / ghc / tests / stranal / should_compile / tst.hs
1 module Test where
2 a :: [a] -> [[a]]
3 a x = [x]