Definitions
hol
sum
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hsum
Def
hsum(
'a
;
'b
) ==
'a
+
'b
Thm*
'a
,
'b
:S. hsum(
'a
;
'b
)
S
stype
Def
S == {
T
:Type|
x
:
T
. True }
Thm*
S
Type{2}
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
sum
Sections
HOLlib
Doc