[project @ 1997-07-26 23:49:03 by sof]
[ghc-hetmet.git] / ghc / tests / stranal / should_compile / tst.lhs
1 > module Test where
2 > a :: [a] -> [[a]]
3 > a x = [x]