summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/stranal/should_compile/tst.hs
blob: 561292107b2ab5f41c8715d72920ffaff0c3a899 (plain)
1
2
3
module Test where
a :: [a] -> [[a]]
a x = [x]