]> gitweb.factorcode.org Git - factor.git/commitdiff
quotations: 1quotation is ever-so-slightly better this way.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 21 May 2014 15:49:57 +0000 (08:49 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 21 May 2014 15:49:57 +0000 (08:49 -0700)
core/quotations/quotations.factor

index 2c59f3f41ae4cc783143d697aade580081b0b440..d779f169442917712531377c130bba4d04e16785 100644 (file)
@@ -44,7 +44,7 @@ M: callable like drop dup quotation? [ >quotation ] unless ;
 
 INSTANCE: quotation immutable-sequence
 
-: 1quotation ( obj -- quot ) 1array >quotation ;
+: 1quotation ( obj -- quot ) 1array array>quotation ;
 
 GENERIC: literalize ( obj -- wrapped )