summaryrefslogtreecommitdiff
path: root/testdata/accept/where.lc
blob: bf9db0f261247880da5ff53f3b50759c63c8aeb2 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE NoImplicitPrelude #-}

f = x
  where
    z = y
      where
        y = 1.0
    x = 1.0