haskell-tools-builtin-refactorings-1.0.0.0: 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