WhoCites Definitions mb list 2 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites compose list?
compose_listDef compose_list(L) == reduce(p,qp o q;x.x;L)
Thm* T:Type, L:(TT) List. compose_list(L TT
composeDef (f o g)(x) == f(g(x))
Thm* A,B,C:Type, f:(BC), g:(AB). f o g  AC
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

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

WhoCites Definitions mb list 2 Sections MarkB generic Doc