Added a new VariableSizes constructor to Variable that will supplant SizeVariable and AllSizesVariable

This commit is contained in:
Neil Brown 2009-03-30 15:28:38 +00:00
parent b86ffbbf3b
commit 904d19a6a5

View File

@ -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.