summaryrefslogtreecommitdiff
path: root/app/IR.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/IR.hs')
-rw-r--r--app/IR.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/IR.hs b/app/IR.hs
index 8507a3e..631cd16 100644
--- a/app/IR.hs
+++ b/app/IR.hs
@@ -16,7 +16,7 @@ data Id =
deriving (Show, Eq, Ord)
data PrlgInt
- = CallI Id [PrlgInt]
+ = CallI Id [PrlgInt] --TODO this should be Int
| LiteralI Int
| VarI Int Int -- VarI localIndex strTableString
| VoidI