Added a new wait guard (that matches the Rain wait guards exactly) to the AST

This commit is contained in:
Neil Brown 2007-09-26 23:18:57 +00:00
parent 41d4923e9c
commit be676060b9

View File

@ -335,6 +335,8 @@ data Alternative =
-- | A @SKIP@ guard (one that is always ready).
-- The 'Expression' is the pre-condition.
| AlternativeSkip Meta Expression Process
-- | A @wait for@/@until@ guard.
| AlternativeWait Meta WaitMode Expression Process
deriving (Show, Eq, Typeable, Data)
-- | An option in a @CASE@ process.