From 4a8811c6b0882bd00c3682044f50cac7545cdb2d Mon Sep 17 00:00:00 2001 From: Jacob Matthews Date: Fri, 10 Mar 2006 14:57:05 +0000 Subject: [PATCH] fix drscheme-stopping contract problem svn: r2410 --- collects/syntax/moddep.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/syntax/moddep.ss b/collects/syntax/moddep.ss index 380f6b1d7c..261ad8f4c6 100644 --- a/collects/syntax/moddep.ss +++ b/collects/syntax/moddep.ss @@ -456,7 +456,7 @@ (-> simple-rel-to-module-path-v/c))) (provide/contract - [check-module-form (syntax? symbol? (or/c string? false/c) + [check-module-form (syntax? symbol? (or/c string? path? false/c) . -> . any)] [get-module-code ([path-string?]