WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hevery?
heveryDef every == p:'al:'a List. every(p;l)
Thm* 'a:S. every  (('a  hbool)  hlist('a hbool)
everyDef every(p;l) == if null(l) then true else (p(head(l)))every(p;tl(l)) fi 
Def (recursive)
Thm* 'a:Type, p:('a), l:'a List. every(p;l 
tlambdaDef (x:Tb(x))(x) == b(x)
tlDef tl(l) == Case of l; nil  nil ; h.t  t
Thm* A:Type, l:A List. tl(l A List
headDef head(l) == hd(l)
Thm* 'a:Type, l:'a List. mt(l head(l 'a
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
nullDef null(as) == Case of as; nil  true ; a.as'  false
Thm* T:Type, as:T List. null(as 
Thm* null(nil)  
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A
hdDef hd(l) == Case of l; nil  "?" ; h.t  h
Thm* A:Type, l:A List. ||l|| hd(l A

Syntax:every has structure: hevery('a)

About:
listlist_indboolbfalse
btrueifthenelseassertnatural_numbertokenlambdaapply
functionrecursive_def_noticeuniverseaxiommemberimpliesall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions HOLlib Sections NuprlLIB Doc