| VariableArityRelation(variable arity relation) |
| appearance as argument number 1 |
|
|
| (subclass VariableArityRelation Relation) | Merge.kif 3561-3561 | Variable arity relation is a subclass of relation |
| (documentation VariableArityRelation EnglishLanguage "The Class of Relations that do not have a fixed number of arguments.") | Merge.kif 3563-3564 | Variable arity relation is a subclass of relation |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?REL VariableArityRelation) (not (exists (?INT) (valence ?REL ?INT)))) |
Merge.kif 3566-3570 | If X is an instance of variable arity relation, then there doesn't exist Y such that X has Y argument(s) |
|
|