WhoCites Definitions mb list 1 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites find?
findDef (first x  as s.t. P(x) else d)
Def == Case of filter(x.P(x);as); nil  d ; a.b  a
Thm* T:Type, P:(T), as:T List, d:T. (first a  as s.t. P(a) else d T
filterDef filter(P;l) == reduce(a,v. if P(a) [a / v] else v fi;nil;l)
Thm* T:Type, P:(T), l:T List. filter(P;l 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:(first x  as s.t. P(x) else d) has structure: find(x.P(x); asd)

About:
listconsnillist_ind
boolifthenelselambdaapplyfunction
recursive_def_noticeuniversememberall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions mb list 1 Sections MarkB generic Doc