packages feed

ghc-exactprint-0.5.0.0: tests/examples/transform/RmDecl6.hs

module RmDecl6 where

foo a = baz
  where
    baz :: Int
    baz = x  + a

    x = 1

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