| ListFn |
| appearance as argument number 1 |
|
|
| (documentation ListFn EnglishLanguage "A function that takes any number of arguments and returns the list containing those arguments in exactly the same order.") | Merge.kif 2385-2386 | |
| (instance ListFn Function) | Merge.kif 2381-2381 | List is an instance of function |
| (instance ListFn VariableArityRelation) | Merge.kif 2382-2382 | List is an instance of variable arity relation |
| (range ListFn List) | Merge.kif 2384-2384 | The range of list is an instance of list |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage ListFn "(%*[,])") | english_format.kif 147-147 | |
| (termFormat EnglishLanguage ListFn "list") | domainEnglishFormat.kif 5576-5576 | term format english language, list and "list" |
| antecedent |
|
|
| consequent |
|
|
| statement |
|
|
| (forall (@ROW ?ITEM) (equal (ListLengthFn (ListFn @ROW ?ITEM)) (SuccessorFn (ListLengthFn (ListFn @ROW))))) |
Merge.kif 2470-2473 | For all @ROW and entity length of (@ROW and entity) is equal to (length of (@ROW)+1) |
| (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 |
| (forall (@ROW ?ITEM) (initialList (ListFn @ROW) (ListFn @ROW ?ITEM))) |
Merge.kif 2586-2587 | For all @ROW and entity (@ROW) starts (@ROW and entity) |
|
|