From 145f8711c8c203a8e988a30ff53d5839ca536386 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. --- 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 756c925f8d..19f1463ee5 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?