summaryrefslogtreecommitdiff
path: root/ghc/compiler/tests/stranal/tst.lhs
blob: 535393532d160b3ae91ddad72f05fbae18b0f524 (plain)
1
2
> a :: [a] -> [[a]]
> a x = [x]