Fix serialize
parent
3a9839a168
commit
b008f69c25
|
@ -269,7 +269,7 @@ SYMBOL: deserialized
|
||||||
[ ] tri ;
|
[ ] tri ;
|
||||||
|
|
||||||
: copy-seq-to-tuple ( seq tuple -- )
|
: 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 )
|
: deserialize-tuple ( -- array )
|
||||||
#! Ugly because we have to intern the tuple before reading
|
#! Ugly because we have to intern the tuple before reading
|
||||||
|
|
Loading…
Reference in New Issue