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