| ListOrderFn |
| appearance as argument number 1 |
|
|
| (documentation ListOrderFn EnglishLanguage "(list order ?LIST ?NUMBER) denotes the item that is in the ?NUMBER position in the list ?LIST. For example, (list order (list Monday Tuesday Wednesday) 2) would return the value Tuesday.") | Merge.kif 2421-2424 | |
| (domain ListOrderFn 1 List) | Merge.kif 2418-2418 | The number 1 argument of list order is an instance of list |
| (domain ListOrderFn 2 PositiveInteger) | Merge.kif 2419-2419 | The number 2 argument of list order is an instance of positive integer |
| (instance ListOrderFn BinaryFunction) | Merge.kif 2416-2416 | List order is an instance of binary function |
| (instance ListOrderFn PartialValuedRelation) | Merge.kif 2417-2417 | List order is an instance of partial valued relation |
| (range ListOrderFn Entity) | Merge.kif 2420-2420 | The range of list order is an instance of entity |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage ListOrderFn "%2th element of %1") | english_format.kif 148-148 | |
| (termFormat EnglishLanguage ListOrderFn "list order") | domainEnglishFormat.kif 5578-5578 | term format english language, list order and "list order" |
| antecedent |
|
|
| consequent |
|
|
| statement |
|
|
| (forall (@ROW ?ITEM) (equal (ListOrderFn (ListFn @ROW ?ITEM) (ListLengthFn (ListFn @ROW ?ITEM))) ?ITEM)) |
Merge.kif 2475-2479 | For all @ROW and entity length of (@ROW and entity)th element of (@ROW and entity) is equal to entity |
|
|