Definitions
fun
1
Sections
StandardLIB
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
tidentity
Def
Id == Id
Thm*
A
:Type. Id
A
A
identity
Def
Id(
x
) ==
x
Thm*
A
:Type. Id
A
A
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
fun
1
Sections
StandardLIB
Doc