diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2022-11-26 15:49:42 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2022-11-26 15:49:42 +0100 |
| commit | 83e1cb5cc71e28adc444d8ea70b9530e06a64f08 (patch) | |
| tree | 0aa85ee4ccc730a9e2c625999f0c5efde74f5640 /app/IR.hs | |
| parent | a26f0f29c02bfb4ec56781397d60abeb498b8c12 (diff) | |
| download | prlg-83e1cb5cc71e28adc444d8ea70b9530e06a64f08.tar.gz prlg-83e1cb5cc71e28adc444d8ea70b9530e06a64f08.tar.bz2 | |
a bit more flexible VarI processing
Diffstat (limited to 'app/IR.hs')
| -rw-r--r-- | app/IR.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ data Id = data PrlgInt = CallI Id [PrlgInt] | LiteralI Int - | VarI Int Int + | VarI Int Int -- VarI localIndex strTableString | VoidI deriving (Show) |
