diff --git a/GHCMod.hs b/GHCMod.hs index 1795f2c..173ecce 100644 --- a/GHCMod.hs +++ b/GHCMod.hs @@ -13,12 +13,6 @@ import System.IO import System.Process import Text.ParserCombinators.Parsec -import Debug.Trace -infixr 0 .$. -(.$.) :: Show a => (a -> b) -> a -> b -f .$. x = trace (show x) f x - - ---------------------------------------------------------------- usage :: String diff --git a/elisp/Makefile b/elisp/Makefile index b7b8673..14fb845 100644 --- a/elisp/Makefile +++ b/elisp/Makefile @@ -15,4 +15,3 @@ $(TEMPFILE): clean: rm -f *.elc $(TEMPFILE) - diff --git a/elisp/ghc.el b/elisp/ghc.el index b544b8b..76eda8b 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -43,6 +43,3 @@ (define-key haskell-mode-map ghc-import-key 'ghc-import-module) (ghc-comp-init) (setq ghc-initialized t))) - - -