packages feed

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

module Refactor.InlineBinding.WithLocals where

b = (let x = id
         y = () in x y)