Navigation Menu

Skip to content

Commit

Permalink
Turn off TR contracts.
Browse files Browse the repository at this point in the history
  • Loading branch information
stamourv committed Jun 1, 2013
1 parent 404fdf0 commit 145f871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collects/typed-racket/utils/utils.rkt
Expand Up @@ -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?
Expand Down

0 comments on commit 145f871

Please sign in to comment.