From 35be1828241bb8dacdf326810af388b7b349e591 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 28 Sep 2015 22:23:56 +0000 Subject: Preliminary new shell feature: cc -trace. You can now do things like cc -trace mkV "debug" to see a trace of all opers with their arguments and results during the computation of mkV "debug". --- src/compiler/GF/Grammar/Predef.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/GF/Grammar/Predef.hs') diff --git a/src/compiler/GF/Grammar/Predef.hs b/src/compiler/GF/Grammar/Predef.hs index e330f583c..95bdb1101 100644 --- a/src/compiler/GF/Grammar/Predef.hs +++ b/src/compiler/GF/Grammar/Predef.hs @@ -61,6 +61,7 @@ cRead = identS "read" cToStr = identS "toStr" cMapStr = identS "mapStr" cError = identS "error" +cTrace = identS "trace" -- * Hacks: dummy identifiers used in various places. -- Not very nice! -- cgit v1.2.3