removing Debug.Trace.
This commit is contained in:
parent
46e84b59e2
commit
a7c09d35b0
@ -13,12 +13,6 @@ import System.IO
|
|||||||
import System.Process
|
import System.Process
|
||||||
import Text.ParserCombinators.Parsec
|
import Text.ParserCombinators.Parsec
|
||||||
|
|
||||||
import Debug.Trace
|
|
||||||
infixr 0 .$.
|
|
||||||
(.$.) :: Show a => (a -> b) -> a -> b
|
|
||||||
f .$. x = trace (show x) f x
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
usage :: String
|
usage :: String
|
||||||
|
@ -15,4 +15,3 @@ $(TEMPFILE):
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.elc $(TEMPFILE)
|
rm -f *.elc $(TEMPFILE)
|
||||||
|
|
||||||
|
@ -43,6 +43,3 @@
|
|||||||
(define-key haskell-mode-map ghc-import-key 'ghc-import-module)
|
(define-key haskell-mode-map ghc-import-key 'ghc-import-module)
|
||||||
(ghc-comp-init)
|
(ghc-comp-init)
|
||||||
(setq ghc-initialized t)))
|
(setq ghc-initialized t)))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user