WhoCites Definitions hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hel?
helDef el == n:l:'a List. if n=0 then hd(l) else el(n-1,tl(l)) fi 
Def (recursive)
Thm* 'a:S. el  (hnum  hlist('a 'a)
tlDef tl(l) == Case of l; nil  nil ; h.t  t
Thm* A:Type, l:A List. tl(l A List
hhdDef hd == l:'a List. if null(l) then arb('a) else head(l) fi 
Thm* 'a:S. hd  (hlist('a 'a)
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
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
tlambdaDef (x:Tb(x))(x) == b(x)
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
headDef head(l) == hd(l)
Thm* 'a:Type, l:'a List. mt(l head(l 'a
arbDef arb(T) == InjCase(lem(T); xx, "uu")
Thm* T:S. arb(T T
nullDef null(as) == Case of as; nil  true ; a.as'  false
Thm* T:Type, as:T List. null(as 
Thm* null(nil)  
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:el has structure: hel('a)

About:
listlist_indboolbfalse
btrueifthenelseassertintnatural_numbersubtractint_eqless_than
tokendecidesetlambdaapply
functionrecursive_def_noticeuniverseaxiommemberpropimpliesfalseall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions hol list 1 Sections HOLlib Doc