NullList |
appearance as argument number 1 |
(documentation NullList ChineseLanguage "这是一个没有项目的 List,NullList 的独特之处是因为 List 是可以延伸,也就是说俩个含有相同项目以相同顺序排列的列表是一样的。") | chinese_format.kif 1960-1961 | |
(documentation NullList EnglishLanguage "The List that has no items. The uniqueness of NullList follows from the extensionality of Lists, i.e. the fact that two Lists with the same items in the same order are identical.") | Merge.kif 2920-2922 | |
(documentation NullList JapaneseLanguage "項目のない List 。NullList の一意性は、 Lists の拡張性、すなわち、同じ順序で同じ項目を持つ2つの List が同じであるという事実。") | japanese_format.kif 592-593 | |
(instance NullList List) | Merge.kif 2918-2918 | NullList è un' istanza di Lista |
appearance as argument number 2 |
(termFormat ChineseLanguage NullList "空列表") | domainEnglishFormat.kif 41423-41423 | |
(termFormat ChineseTraditionalLanguage NullList "空列表") | domainEnglishFormat.kif 41422-41422 | |
(termFormat EnglishLanguage NullList "null list") | domainEnglishFormat.kif 41421-41421 |
antecedent |
consequent |
(=> (and (equal ?R (SubListFn ?S ?E ?L)) (equal (SubtractionFn ?E ?S) 0)) (equal ?R NullList)) |
Merge.kif 3171-3178 |
|