summaryrefslogtreecommitdiff
path: root/utils/check-exact/cases/RmDecl6.expected.hs
blob: a2bd7d0443034019a90d3c102298d8d6eee312f5 (plain)
1
2
3
4
5
6
7
8
9
module RmDecl6 where

foo a = baz
  where
    x = 1

    y :: Int -> Int -> Int
    y a b = undefined