Added a new VariableSizes constructor to Variable that will supplant SizeVariable and AllSizesVariable
This commit is contained in:
parent
b86ffbbf3b
commit
904d19a6a5
|
@ -250,6 +250,8 @@ data Variable =
|
|||
| DirectedVariable Meta Direction Variable
|
||||
-- | A dereferenced mobile variable (e.g. using MOBILE INT as INT)
|
||||
| DerefVariable Meta Variable
|
||||
-- | The array sizes of the given variable.
|
||||
| VariableSizes Meta Variable
|
||||
deriving (Show, Eq, Typeable, Data)
|
||||
|
||||
-- | An expression.
|
||||
|
|
Loading…
Reference in New Issue
Block a user