WhoCites Definitions EventSystems Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites tagged-messages?
tagged-messagesDef tagged-messages(l;s;v;L) == map(x.<l,x>;tagged-list-messages(s;v;L))
tagged-list-messagesDef tagged-list-messages(s;v;L)
Def == concat(map(tgf.map(x.<1of(tgf),x>;2of(tgf)(s,v));L))
mapDef map(f;as) == Case of as; nil  nil ; a.as'  [(f(a)) / map(f;as')]
Def (recursive)
Thm* A,B:Type, f:(AB), l:A List. map(f;l B List
Thm* A,B:Type, f:(AB), l:A List. map(f;l B List
pi2Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p B(1of(p))
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A
concatDef concat(ll) == reduce(l,l'l @ l';nil;ll)
Thm* T:Type, ll:(T List) List. concat(ll T List
appendDef as @ bs == Case of as; nil  bs ; a.as'  [a / (as' @ bs)]  (recursive)
Thm* T:Type, as,bs:T List. (as @ bs T List
reduceDef reduce(f;k;as) == Case of as; nil  k ; a.as'  f(a,reduce(f;k;as'))
Def (recursive)
Thm* A,B:Type, f:(ABB), k:Bas:A List. reduce(f;k;as B

Syntax:tagged-messages(l;s;v;L) has structure: tagged-messages(lsvL)

About:
pairspreadspreadproductlistconsnil
list_indlambdaapply
functionrecursive_def_noticeuniversememberall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions EventSystems Sections NuprlLIB Doc