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_sequence_rel
Def
i
steps of
e
from
a
== if
i
=
0
a
else
e
(
i
-1 steps of
e
from
a
) fi
Def
(recursive)
Thm*
A
:Type,
a
:
A
,
e
:(
A
A
),
i
:
.
i
steps of
e
from
a
A
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
NuprlPrimitives
Sections
NuprlLIB
Doc