syntax.arity: add more arity declarations.
parent
2a19d0ca4e
commit
190680a76a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue