packages feed

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

module Refactor.InlineBinding.LocalNested where

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