Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
nat
Def
== {
i
:
| 0
i
}
Thm*
Type
sfa_doc_ntuple
Def
A
^
n
== if
n
=
0
Unit ;
n
=
1
A
else
A
(
A
^(
n
-1)) fi (recursive)
Thm*
A
:Type,
n
:
. (
A
^
n
)
Type
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc