Step * of Lemma cond-msg-body-single-valued

[f:Name ⟶ Type]. ∀[hdr:Name]. ∀[m:Message(f)]. ∀[T:Type].
  single-valued-bag(cond-msg-body(hdr;m);T) supposing hdr encodes T
BY
(Auto
   THEN RepUR ``single-valued-bag cond-msg-body`` 0
   THEN RepeatFor ((D THENA Auto))
   THEN Repeat (AutoSplit)
   THEN Auto
   THEN TryBagMemberD
   THEN Auto
   THEN RepUR ``msg-has-type msg-type`` 0
   THEN Auto) }


Latex:


Latex:
\mforall{}[f:Name  {}\mrightarrow{}  Type].  \mforall{}[hdr:Name].  \mforall{}[m:Message(f)].  \mforall{}[T:Type].
    single-valued-bag(cond-msg-body(hdr;m);T)  supposing  hdr  encodes  T


By


Latex:
(Auto
  THEN  RepUR  ``single-valued-bag  cond-msg-body``  0
  THEN  RepeatFor  2  ((D  0  THENA  Auto))
  THEN  Repeat  (AutoSplit)
  THEN  Auto
  THEN  TryBagMemberD
  THEN  Auto
  THEN  RepUR  ``msg-has-type  msg-type``  0
  THEN  Auto)




Home Index