From 58bc45a97955a316ce4842d3d8d33f6e36069103 Mon Sep 17 00:00:00 2001 From: Kathy Gray Date: Mon, 5 Mar 2007 00:47:42 +0000 Subject: [PATCH] Corrected export to also export signature form svn: r5729 --- collects/combinator-parser/combinator-unit.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/combinator-parser/combinator-unit.ss b/collects/combinator-parser/combinator-unit.ss index bc20e31071..d814967760 100644 --- a/collects/combinator-parser/combinator-unit.ss +++ b/collects/combinator-parser/combinator-unit.ss @@ -5,6 +5,7 @@ (provide combinator-parser-tools@ combinator-parser^ - error-format-parameters^ language-format-parameters^ language-dictionary^) + error-format-parameters^ language-format-parameters^ language-dictionary^ + terminals) ) \ No newline at end of file