UnaryFunction(unary function) |
appearance as argument number 1 |
(documentation UnaryFunction ChineseLanguage "这是个需要单一一个参数的 Function Class。") | chinese_format.kif 1994-1994 | |
(documentation UnaryFunction EnglishLanguage "The Class of Functions that require a single argument.") | Merge.kif 3363-3364 | |
(documentation UnaryFunction JapaneseLanguage "Functions のClass は 単一の引数が必要 である。") | japanese_format.kif 628-629 | |
(subclass UnaryFunction BinaryRelation) | Merge.kif 3360-3360 | Unary function is a subclass of binary relation |
(subclass UnaryFunction Function) | Merge.kif 3359-3359 | Unary function is a subclass of function |
(subclass UnaryFunction InheritableRelation) | Merge.kif 3361-3361 | Unary function is a subclass of inheritable relation |
appearance as argument number 2 |
antecedent |
(=> (instance ?FUNCTION UnaryFunction) (valence ?FUNCTION 1)) |
Merge.kif 3366-3368 |
|