| | Some definitions of interest. |
|
| ma-compat | Def A ||+ B == A || B & ma-frame-compatible(A; B) & ma-sframe-compatible(A; B) |
|
| IdLnk | Def IdLnk == Id Id  |
| | | Thm* IdLnk Type |
|
| Id | Def Id == Atom  |
| | | Thm* Id Type |
|
| fpf | Def a:A fp-> B(a) == d:A List a:{a:A| (a d) } B(a) |
| | | Thm* A:Type, B:(A Type). a:A fp-> B(a) Type |
|
| ma-single-pre | Def (with ds: ds
Def (action a:T
Def (precondition a(v) is
Def (P s v)
Def == mk-ma(ds; locl(a) : T; ; a : P; ; ; ; ) |
|
| ma-single-sframe | Def only L sends on (l with tg) == mk-ma(; ; ; ; ; ; ; <l,tg> : L) |
|
| top | Def Top == Void given Void |
| | | Thm* Top Type |