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.
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)
type_definitionDef type_definition('a;'b;P;rep)
Def == (x',x'':'brep(x') = rep(x'' 'a  x' = x'')
Def == & (x:'a(P(x))  (x':'bx = rep(x')))
Thm* 'a,'b:Type, P:('a), rep:('b'a). type_definition('a;'b;P;rep Prop
assertDef b == if b True else False fi
Thm* b:b  Prop
hrep_listDef rep_list == l:'a List. rep_list('a;l)
Thm* 'a:S. rep_list  (hlist('a hprod((hnum  'a); hnum))
labelDef t  ...$L == t
rep_listDef rep_list('a;l) == <n:. if n<||l|| then l[n] else arb('a) fi ,||l||>
Thm* 'a:S, l:'a List. rep_list('a;l ('a)
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

About:
pairproductlistboolbtrueifthenelseassertintnatural_number
setapplyfunctionuniverseequalmemberprop
impliesandfalsetrueallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 1 Sections HOLlib Doc