packages feed

haskell-tools-refactor-0.5.0.0: examples/Refactor/ExtractBinding/RightSection_res.hs

module Refactor.ExtractBinding.RightSection where

a = f 1
  where f = (+ 2)