| Some definitions of interest. |
|
world | Def World
Def == T:Id Id Type
Def == TA:Id Id Type
Def == M:IdLnk Id Type
Def == (i:Id    (x:Id T(i,x))) (i:Id    action(w-action-dec(TA;M;i)))
Def == (i:Id    ({m:Msg(M)| source(mlnk(m)) = i } List)) Top |
| | Thm* World Type{i'} |
|
IdLnk | Def IdLnk == Id Id  |
| | Thm* IdLnk Type |
|
w-onlnk | Def onlnk(l;mss) == filter( ms.mlnk(ms) = l;mss) |
|
Id | Def Id == Atom  |
| | Thm* Id Type |
|
length | Def ||as|| == Case of as; nil 0 ; a.as' ||as'||+1 (recursive) |
| | Thm* A:Type, l:A List. ||l||  |
| | Thm* ||nil||  |
|
nat | Def == {i: | 0 i } |
| | Thm* Type |
|
w-m | Def m(i;t) == 1of(2of(2of(2of(2of(2of(w))))))(i,t) |