[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / stranal / should_compile / tst.hs
1 module Test where
2 a :: [a] -> [[a]]
3 a x = [x]