packages feed

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

module Refactor.InlineBinding.LocalNested where

a = b
  where b = c
          where c = ()