Definitions
hol
list
1
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
append
Def
as
@
bs
== Case of
as
; nil
bs
;
a
.
as'
cons(
a
; (
as'
@
bs
)) (recursive)
Thm*
T
:Type,
as
,
bs
:
T
List. (
as
@
bs
)
T
List
mt
Def
mt(
l
) == Case of
l
; nil
True ;
a
.
as'
False
Thm*
'a
:Type{i},
l
:
'a
List. mt(
l
)
Prop{1}
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
hol
list
1
Sections
HOLlib
Doc