Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-03-27 05:02:16 -05:00
commit 868189e847
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ SYMBOL: deserialized
[ ] tri ;
: copy-seq-to-tuple ( seq tuple -- )
>r dup length [ 1+ ] map r> [ set-array-nth ] curry 2each ;
>r dup length r> [ set-array-nth ] curry 2each ;
: deserialize-tuple ( -- array )
#! Ugly because we have to intern the tuple before reading