WhoCites Definitions hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hit sum?
hit_sumDef it_sum == l: List. it_sum(l)
Thm* it_sum  (hlist(hnum)  hnum)
it_sumDef it_sum(l) == if null(l) then 0 else head(l)+it_sum(tl(l)) fi   (recursive)
Thm* l: List. it_sum(l 
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
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
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
leDef AB == B<A
Thm* i,j:. (ij Prop
hdDef hd(l) == Case of l; nil  "?" ; h.t  h
Thm* A:Type, l:A List. ||l|| hd(l A
notDef A == A  False
Thm* A:Prop. (A Prop

Syntax:it_sum has structure: hit_sum

About:
listlist_ind
boolbfalsebtrueifthenelseassertintnatural_numberaddless_than
tokensetlambdaapplyfunction
recursive_def_noticeuniverseaxiommemberpropimpliesfalse
all!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions hol list 1 Sections HOLlib Doc