debugging
original commit: dbe9a0f997461f209c6893479b2fe76f9c0384e0
This commit is contained in:
parent
0517b50456
commit
620fb6182a
|
@ -511,4 +511,4 @@
|
|||
(define (i s t r)
|
||||
(infer/simple (list s) (list t) r))
|
||||
|
||||
;(trace cgen cgen/arr)
|
||||
;(trace cgen)
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
"def-binding.rkt"
|
||||
syntax/kerncase
|
||||
syntax/struct
|
||||
mzlib/trace
|
||||
mzlib/trace
|
||||
unstable/debug
|
||||
scheme/match
|
||||
(for-syntax scheme/base))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user