packages feed

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

module Refactor.FloatOut.SharedSignature where

f = g
  where g, h :: a -> a
        g = id
        h = id