Definitions
mb
event
system
2
Sections
EventSystems
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
Knd
Def
Knd == (IdLnk
Id)+Id
Thm* Knd
Type
IdLnk
Def
IdLnk == Id
Id
Thm* IdLnk
Type
Id
Def
Id == Atom
Thm* Id
Type
kindcase
Def
kindcase(
k
;
a
.
f
(
a
);
l
,
t
.
g
(
l
;
t
))
Def
== if islocal(
k
)
f
(act(
k
)) else
g
(lnk(
k
);tag(
k
)) fi
Thm*
B
:Type,
k
:Knd,
f
:(Id
B
),
g
:(IdLnk
Id
B
).
Thm*
kindcase(
k
;
a
.
f
(
a
);
l
,
t
.
g
(
l
,
t
))
B
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
mb
event
system
2
Sections
EventSystems
Doc