packages feed

haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/Case.hs

module Refactor.ExtractBinding.Case where

f a = case a of (x,y) -> x + y