packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/InlineBinding/WithLocals_res.hs

module Refactor.InlineBinding.WithLocals where

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