Fix missing vocab in match

db4
Chris Double 2007-12-21 13:24:14 +13:00
parent e7cf83a57a
commit ffd25ce5a8
1 changed files with 1 additions and 1 deletions

View File

@ -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: _