Turn off TR contracts.

original commit: 145f8711c8c203a8e988a30ff53d5839ca536386
This commit is contained in:
Vincent St-Amour 2013-06-01 08:15:10 -04:00
parent b4596464ae
commit 11e047d3f9

View File

@ -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?