From ffd25ce5a81628c9a0f012188dc87c9c78aee261 Mon Sep 17 00:00:00 2001 From: Chris Double Date: Fri, 21 Dec 2007 13:24:14 +1300 Subject: [PATCH] Fix missing vocab in match --- extra/match/match.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/match/match.factor b/extra/match/match.factor index a80001e724..421aa926f9 100755 --- a/extra/match/match.factor +++ b/extra/match/match.factor @@ -3,7 +3,7 @@ ! ! Based on pattern matching code from Paul Graham's book 'On Lisp'. USING: parser kernel words namespaces sequences tuples -combinators macros assocs ; +combinators macros assocs math ; IN: match SYMBOL: _