packages feed

haskell-tools-refactor-0.4.1.1: examples/Refactor/ExtractBinding/ExistingLocalDef_res.hs

module Refactor.ExtractBinding.ExistingLocalDef where

f = a + 3
  where a = 1 + 2