quotations: 1quotation is ever-so-slightly better this way.

db4
John Benediktsson 2014-05-21 08:49:57 -07:00
parent 2752d83aca
commit 0eddd1f7d8
1 changed files with 1 additions and 1 deletions

View File

@ -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 )