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 50c7493..e1aa9ba 100644
--- a/app/IR.hs
+++ b/app/IR.hs
@@ -18,7 +18,7 @@ data PrlgInt
= CallI Id [PrlgInt]
| LiteralI Int
| VarI Int Int
- | VoidI
+ | VoidI Int
deriving (Show)
data StrTable =