Turn off TR contracts.

This commit is contained in:
Vincent St-Amour 2013-06-01 08:15:10 -04:00
parent 404fdf00f3
commit 145f8711c8

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?