Turn off TR contracts.
original commit: 145f8711c8c203a8e988a30ff53d5839ca536386
This commit is contained in:
parent
b4596464ae
commit
11e047d3f9
|
@ -20,7 +20,7 @@ at least theoretically.
|
|||
rep utils typecheck infer env private types)
|
||||
|
||||
(define optimize? (make-parameter #t))
|
||||
(define-for-syntax enable-contracts? #t)
|
||||
(define-for-syntax enable-contracts? #f)
|
||||
|
||||
(define-syntax do-contract-req
|
||||
(if enable-contracts?
|
||||
|
|
Loading…
Reference in New Issue
Block a user