blob: edf523dfa2cd85988cb568e31c9b904640fa0720 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
==================== Parser ====================
module A (
<document comment>, <document comment>, x, <IEGroup: 2>, <document comment>, y,
<document comment>, z, <IEGroup: 1>
) where
x = True
y = False
z = True
|