Added a new wait guard (that matches the Rain wait guards exactly) to the AST
This commit is contained in:
parent
41d4923e9c
commit
be676060b9
|
@ -335,6 +335,8 @@ data Alternative =
|
||||||
-- | A @SKIP@ guard (one that is always ready).
|
-- | A @SKIP@ guard (one that is always ready).
|
||||||
-- The 'Expression' is the pre-condition.
|
-- The 'Expression' is the pre-condition.
|
||||||
| AlternativeSkip Meta Expression Process
|
| AlternativeSkip Meta Expression Process
|
||||||
|
-- | A @wait for@/@until@ guard.
|
||||||
|
| AlternativeWait Meta WaitMode Expression Process
|
||||||
deriving (Show, Eq, Typeable, Data)
|
deriving (Show, Eq, Typeable, Data)
|
||||||
|
|
||||||
-- | An option in a @CASE@ process.
|
-- | An option in a @CASE@ process.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user