removing Debug.Trace.

This commit is contained in:
Kazu Yamamoto 2010-03-10 12:02:14 +09:00
parent 46e84b59e2
commit a7c09d35b0
3 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -15,4 +15,3 @@ $(TEMPFILE):
clean:
rm -f *.elc $(TEMPFILE)

View File

@ -43,6 +43,3 @@
(define-key haskell-mode-map ghc-import-key 'ghc-import-module)
(ghc-comp-init)
(setq ghc-initialized t)))