summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T13600a.hs
blob: 4768828a9f42efa01269fd290228daa2a63df82a (plain)
1
2
3
4
5
6
7
module T13600a where

f ! x = f !! x

x = [1,2,3] ! 1
  where
    f ! x = f !! x