FirstFn |
appearance as argument number 1 |
(documentation FirstFn EnglishLanguage "(FirstFn ?LIST) returns the first item in the List ?LIST. For example, (FirstFn (ListFn Monday Tuesday Wednesday)) would return the value of Monday.") | Merge.kif 3229-3231 | |
(domain FirstFn 1 List) | Merge.kif 3227-3227 | The number 1 argument of first is an instance of list |
(instance FirstFn UnaryFunction) | Merge.kif 3226-3226 | First is an instance of unary function |
(range FirstFn Entity) | Merge.kif 3228-3228 | The range of first is an instance of entity |
appearance as argument number 2 |
(format ChineseLanguage FirstFn "%1 的 first ") | domainEnglishFormat.kif 1012-1012 | |
(format ChineseTraditionalLanguage FirstFn "%1 的 first ") | domainEnglishFormat.kif 1011-1011 | |
(format EnglishLanguage FirstFn "the first of %1") | domainEnglishFormat.kif 1010-1010 | |
(termFormat ChineseLanguage FirstFn "第一") | domainEnglishFormat.kif 23954-23954 | |
(termFormat ChineseTraditionalLanguage FirstFn "第一") | domainEnglishFormat.kif 23953-23953 | |
(termFormat EnglishLanguage FirstFn "first") | domainEnglishFormat.kif 23952-23952 |
antecedent |
(=> (and (viewedItemList ?USER ?LIST) (instance ?ACCESSING AccessingWebPage) (equal (FirstFn ?LIST) ?ACCESSING)) (not (exists (?ACCESSING2) (and (instance ?ACCESSING2 AccessingWebPage) (agent ?ACCESSING2 ?USER) (earlier (WhenFn ?ACCESSING2) (WhenFn ?ACCESSING)))))) |
UXExperimentalTerms.kif 783-797 |
|
consequent |