WhoCites
Definitions
hol
pair
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hcurry?
hcurry
Def curry ==
f
:
'a
'b
'c
.
x
:
'a
.
y
:
'b
.
f
(<
x
,
y
>)
Thm*
'a
,
'b
,
'c
:S. curry
((hprod(
'a
;
'b
)
'c
)
'a
'b
'c
)
tlambda
Def
(
x
:
T
.
b
(
x
))(
x
) ==
b
(
x
)
Syntax:
curry
has structure:
hcurry(
'a
;
'b
;
'c
)
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
WhoCites
Definitions
hol
pair
Sections
HOLlib
Doc