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