haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/ExtractBinding/IndentationMultiLine.hs
module Refactor.ExtractBinding.IndentationMultiLine where
f a = case Just a of
Nothing
-> 0
Just x
-> xmodule Refactor.ExtractBinding.IndentationMultiLine where
f a = case Just a of
Nothing
-> 0
Just x
-> x