From 44fda2f304627a0e36f8e505cf5bf3bd9d4ff729 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 2 Oct 2009 20:37:03 +0000 Subject: [PATCH] require trace, not svn: r16223 --- collects/typed-scheme/typecheck/find-annotation.ss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/typed-scheme/typecheck/find-annotation.ss b/collects/typed-scheme/typecheck/find-annotation.ss index 37ff357631..c4e53b6d3e 100644 --- a/collects/typed-scheme/typecheck/find-annotation.ss +++ b/collects/typed-scheme/typecheck/find-annotation.ss @@ -1,7 +1,7 @@ #lang scheme/base (require "../utils/utils.ss" syntax/parse - scheme/contract scheme/trace + scheme/contract (rep type-rep) (private type-annotation) (for-template scheme/base)) @@ -65,4 +65,5 @@ [e:core-expr (ormap find (syntax->list #'(e.expr ...)))])) -;(trace find-annotation) \ No newline at end of file +; (require scheme/trace) +; (trace find-annotation)