WhoCites Definitions mb structures Sections GenAutomata Doc

Who Cites event is deliver?
event_is_deliverDef Macro is-deliver(E)(x) == (is-send(E)(x))
event_is_snd Def is-send(E) == 1of(2of(2of(2of(2of(E)))))
Thm* E:EventStruct. is-send(E) |E|
assert Def b == if b True else False fi
Thm* b:. b Prop
not Def A == A False
Thm* A:Prop. (A) Prop
pi2 Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p) B(1of(p))
pi1 Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p) A

Syntax:is-deliver(E)(x) has structure: event_is_deliver(E; x)

About:
spreadspreadproductboolifthenelseassertapplyfunction
universememberpropimpliesfalsetrueall!abstraction

WhoCites Definitions mb structures Sections GenAutomata Doc