typed: update for stack checker refactoring

Slava Pestov 2009-11-09 00:55:10 -06:00
parent 581cff3194
commit 6976f0568c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ USING: accessors arrays classes classes.tuple combinators
combinators.short-circuit definitions effects fry hints
math kernel kernel.private namespaces parser quotations
sequences slots words locals
locals.parser macros stack-checker.state ;
locals.parser macros stack-checker.dependencies ;
IN: typed
ERROR: type-mismatch-error word expected-types ;