haskell-tools-refactor-0.4.1.1: examples/Refactor/ExtractBinding/IndentationMultiLine_res.hs
module Refactor.ExtractBinding.IndentationMultiLine where
f a = case extracted of
Nothing
-> 0
Just x
-> x
where extracted = Just a