debugging
This commit is contained in:
parent
499f36ee69
commit
dbe9a0f997
|
@ -511,4 +511,4 @@
|
||||||
(define (i s t r)
|
(define (i s t r)
|
||||||
(infer/simple (list s) (list 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/stx (prefix-in c: scheme/contract)
|
||||||
syntax/parse
|
syntax/parse
|
||||||
(env type-environments type-name-env type-alias-env lexical-env)
|
(env type-environments type-name-env type-alias-env lexical-env)
|
||||||
scheme/match
|
scheme/match unstable/debug
|
||||||
(for-template scheme/base "colon.ss")
|
(for-template scheme/base "colon.ss")
|
||||||
;; needed at this phase for tests
|
;; needed at this phase for tests
|
||||||
(combine-in (prefix-in t: "base-types-extra.ss") "colon.ss")
|
(combine-in (prefix-in t: "base-types-extra.ss") "colon.ss")
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
"def-binding.rkt"
|
"def-binding.rkt"
|
||||||
syntax/kerncase
|
syntax/kerncase
|
||||||
syntax/struct
|
syntax/struct
|
||||||
mzlib/trace
|
mzlib/trace
|
||||||
|
unstable/debug
|
||||||
scheme/match
|
scheme/match
|
||||||
(for-syntax scheme/base))
|
(for-syntax scheme/base))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user