packages feed

haskell-tools-refactor-0.4.1.1: examples/Refactor/InlineBinding/WithLocals.hs

module Refactor.InlineBinding.WithLocals where

b = a
a = x y
  where x = id
        y = ()