Make FORGET: M\ ... work

db4
Slava Pestov 2009-04-22 19:36:01 -05:00
parent 24d854fb8e
commit c9defa6494
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2006, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences namespaces assocs math ;
USING: kernel sequences namespaces assocs math accessors ;
IN: definitions
MIXIN: definition
@ -41,6 +41,8 @@ GENERIC: forget* ( defspec -- )
M: f forget* drop ;
M: wrapper forget* wrapped>> forget* ;
SYMBOL: forgotten-definitions
: forgotten-definition ( defspec -- )