haskell-tools-refactor-0.5.0.0: examples/Refactor/InlineBinding/LetStmt.hs
module Refactor.InlineBinding.LetStmt where
a = do let x = ()
putStrLn (show x)module Refactor.InlineBinding.LetStmt where
a = do let x = ()
putStrLn (show x)