Update spec to match what the code now produces for inputs
This commit is contained in:
parent
eae0f9d1d8
commit
a503385f6f
|
@ -72,7 +72,7 @@
|
|||
<guarded.alternative>
|
||||
<alternation>
|
||||
(?case <channel> <variant>+)
|
||||
(?case-guarded <boolean> <channel> <variant>+)
|
||||
(cond <boolean> (?case <channel> <variant>+))
|
||||
(: <specification> <alternative>)
|
||||
|
||||
<assignment> :=
|
||||
|
@ -220,8 +220,8 @@
|
|||
|
||||
<guard> :=
|
||||
<input>
|
||||
(guarded <boolean> <input>) ;; overloaded meaning of "guard" here
|
||||
(guarded <boolean> skip)
|
||||
(cond <boolean> <input>)
|
||||
(cond <boolean> skip)
|
||||
|
||||
<guarded.alternative> :=
|
||||
(<guard> <process>)
|
||||
|
|
Loading…
Reference in New Issue
Block a user