Definitions
hol
combin
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
compose
Def
(
f
o
g
)(
x
) ==
f
(
g
(
x
))
Thm*
A
,
B
,
C
:Type,
f
:(
B
C
),
g
:(
A
B
).
f
o
g
A
C
stype
Def
S == {
T
:Type|
x
:
T
. True }
Thm*
S
Type{2}
tlambda
Def
(
x
:
T
.
b
(
x
))(
x
) ==
b
(
x
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
combin
Sections
HOLlib
Doc