packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/InlineBinding/WithLocals.hs

module Refactor.InlineBinding.WithLocals where

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