packages feed

haskell-tools-refactor-0.5.0.0: examples/Refactor/FloatOut/NameCollosion.hs

module Refactor.FloatOut.NameCollosion where

f = g
  where g = id

g = ()