summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail014.hs
blob: 7d9169936d6d19e7376ab7e230e255b5a8f06380 (plain)
1
2
3
4
5
module ShouldFail where

f x = g+1
      where g y = h+2
                  where h z = z z