I think I'm done with Process parsers
This commit is contained in:
parent
43ae657a5b
commit
851a18f82d
3 changed files with 81 additions and 40 deletions
|
@ -139,7 +139,7 @@ data Process = Process ProcStmt [AttrStmt] ProcessBody
|
|||
data ProcStmt = ProcStmt Id deriving (Show)
|
||||
data ProcessBody = ProcessBody
|
||||
[AssignStmt]
|
||||
Switch
|
||||
(Maybe Switch)
|
||||
[AssignStmt]
|
||||
[Sync]
|
||||
deriving (Show)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue