syntax.attributes: add some more attributes.

locals-and-roots
Doug Coleman 2016-06-25 10:46:34 -07:00
parent 93f224647c
commit 0b8656450c
1 changed files with 2 additions and 1 deletions

View File

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