packages feed

haskell-tools-builtin-refactorings-1.0.1.1: examples/Refactor/AutoCorrect/ExternalInstanceReParen.hs

module Refactor.AutoCorrect.ExternalInstanceReParen where

-- The only reason why ((show 1) + 2) is not a good result is that there are no Num instance for String
x = show 1 + 2