debugging

original commit: dbe9a0f997461f209c6893479b2fe76f9c0384e0
This commit is contained in:
Sam Tobin-Hochstadt 2010-05-12 17:06:04 -04:00
parent 0517b50456
commit 620fb6182a
3 changed files with 4 additions and 3 deletions

View File

@ -511,4 +511,4 @@
(define (i s t r)
(infer/simple (list s) (list t) r))
;(trace cgen cgen/arr)
;(trace cgen)

View File

@ -7,7 +7,7 @@
syntax/stx (prefix-in c: scheme/contract)
syntax/parse
(env type-environments type-name-env type-alias-env lexical-env)
scheme/match
scheme/match unstable/debug
(for-template scheme/base "colon.ss")
;; needed at this phase for tests
(combine-in (prefix-in t: "base-types-extra.ss") "colon.ss")

View File

@ -9,7 +9,8 @@
"def-binding.rkt"
syntax/kerncase
syntax/struct
mzlib/trace
mzlib/trace
unstable/debug
scheme/match
(for-syntax scheme/base))