diff --git a/basis/typed/typed.factor b/basis/typed/typed.factor index ec96902d72..0b3ac9d5f8 100644 --- a/basis/typed/typed.factor +++ b/basis/typed/typed.factor @@ -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 ;