From 0b8656450c03b46bbcb2236616337b076e48627b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 25 Jun 2016 10:46:34 -0700 Subject: [PATCH] syntax.attributes: add some more attributes. --- core/syntax/attributes/attributes.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/syntax/attributes/attributes.factor b/core/syntax/attributes/attributes.factor index 6b86e8579b..13099c0360 100644 --- a/core/syntax/attributes/attributes.factor +++ b/core/syntax/attributes/attributes.factor @@ -2,6 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. IN: syntax.arity +ARITY: \ DEFER: 1 +ARITY: \ FORGET: 1 ARITY: \ IN: 1 ARITY: \ USE: 1 ARITY: \ UNUSE: 1 @@ -16,7 +18,6 @@ ARITY: \ ARITY: 2 ARITY: \ C: 2 ARITY: \ CONSTANT: 2 ARITY: \ INSTANCE: 2 - ARITY: \ GENERIC: 2 ARITY: \ PRIMITIVE: 2