Fix declaration

db4
Slava Pestov 2008-07-11 01:06:23 -05:00
parent de07ee1128
commit f0420e8abb
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ IN: models.history
TUPLE: history < model back forward ;
: reset-history ( history -- )
: reset-history ( history -- history )
V{ } clone >>back
V{ } clone >>forward ;
V{ } clone >>forward ; inline
: <history> ( value -- history )
history new-model