Added the Mobile type to the AST

This commit is contained in:
Neil Brown 2007-10-21 14:15:56 +00:00
parent f0fdc05ff3
commit 521730bf8b

View File

@ -128,6 +128,7 @@ data Type =
| Timer
| Time
| Port Type
| Mobile Type
deriving (Show, Eq, Typeable, Data)
-- | An array dimension.