syntax.arity: add more arity declarations.

locals-and-roots
Doug Coleman 2016-06-08 12:54:08 -07:00
parent 2a19d0ca4e
commit 190680a76a
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2016 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: ;
in: syntax.arity
IN: syntax.arity
ARITY: \ IN: 1
ARITY: \ USE: 1
@ -9,9 +9,11 @@ ARITY: \ UNUSE: 1
ARITY: \ SYMBOL: 1
ARITY: \ SINGLETON: 1
ARITY: \ B: 1
ARITY: \ MAIN: 1
ARITY: \ ALIAS: 2
ARITY: \ ARITY: 2
ARITY: \ C: 2
ARITY: \ CONSTANT: 2
ARITY: \ INSTANCE: 2