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
eventtype
Def
eventtype(
k
;
loc
;
V
;
M
;
e
) == kindcase(
k
(
e
);
a
.
V
(
loc
(
e
),
a
);
l
,
t
.
M
(
l
,
t
))
Thm*
E
:Type,
V
:(Id
Id
Type),
M
:(IdLnk
Id
Type),
loc
:(
E
Id),
k
:(
E
Knd),
Thm*
e
:
E
. eventtype(
k
;
loc
;
V
;
M
;
e
)
Type
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Definitions
mb
event
system
2
Sections
EventSystems
Doc