packages feed

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

module Refactor.InlineBinding.Nested where

b = f (f ())
f a = a