removing Debug.Trace.
This commit is contained in:
parent
46e84b59e2
commit
a7c09d35b0
@ -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
|
||||
|
@ -15,4 +15,3 @@ $(TEMPFILE):
|
||||
|
||||
clean:
|
||||
rm -f *.elc $(TEMPFILE)
|
||||
|
||||
|
@ -43,6 +43,3 @@
|
||||
(define-key haskell-mode-map ghc-import-key 'ghc-import-module)
|
||||
(ghc-comp-init)
|
||||
(setq ghc-initialized t)))
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user