quotations: 1quotation is ever-so-slightly better this way.
parent
2752d83aca
commit
0eddd1f7d8
|
@ -44,7 +44,7 @@ M: callable like drop dup quotation? [ >quotation ] unless ;
|
||||||
|
|
||||||
INSTANCE: quotation immutable-sequence
|
INSTANCE: quotation immutable-sequence
|
||||||
|
|
||||||
: 1quotation ( obj -- quot ) 1array >quotation ;
|
: 1quotation ( obj -- quot ) 1array array>quotation ;
|
||||||
|
|
||||||
GENERIC: literalize ( obj -- wrapped )
|
GENERIC: literalize ( obj -- wrapped )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue