[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / stranal / should_compile / tst.hs
1 module Test where
2 a :: [a] -> [[a]]
3 a x = [x]