From 11e047d3f9515caf812586d5bd3dc3c22885a310 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Sat, 1 Jun 2013 08:15:10 -0400 Subject: [PATCH] Turn off TR contracts. original commit: 145f8711c8c203a8e988a30ff53d5839ca536386 --- collects/typed-racket/utils/utils.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-racket/utils/utils.rkt b/collects/typed-racket/utils/utils.rkt index 756c925f..19f1463e 100644 --- a/collects/typed-racket/utils/utils.rkt +++ b/collects/typed-racket/utils/utils.rkt @@ -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?