haskell-tools-refactor-0.4.1.1: 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