Definitions hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
his_list_repDef is_list_rep
Def == r:('a)f:'a
Def == r:('a)n:
Def == r:('a)(r
Def == r:('a)= <m:. if m<n then f(m) else @x:'a. true fi ,n>)
Thm* 'a:S. is_list_rep  (hprod((hnum  'a); hnum)  hbool)
assertDef b == if b True else False fi
Thm* b:b  Prop
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
bequalDef x = y == (x = y  T)
Thm* T:Type, x,y:T. (x = y 
habs_listDef abs_list == r:('a). @a:'a List. (r = rep_list('a;a))
Thm* 'a:S. abs_list  (hprod((hnum  'a); hnum)  hlist('a))
handDef and == p:q:pq
Thm* and  (hbool  hbool  hbool)
hboolDef hbool == 
Thm* hbool  S
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hlistDef hlist('a) == 'a List
Thm* 'a:S. hlist('a S
hnumDef hnum == 
Thm* hnum  S
hprodDef hprod('a'b) == 'a'b
Thm* 'a,'b:S. hprod('a'b S
hrep_listDef rep_list == l:'a List. rep_list('a;l)
Thm* 'a:S. rep_list  (hlist('a hprod((hnum  'a); hnum))
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

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

Definitions hol list 1 Sections HOLlib Doc