aboutsummaryrefslogtreecommitdiff
path: root/Def.dcl
diff options
context:
space:
mode:
authorCamil Staps2016-06-30 21:04:54 +0200
committerCamil Staps2016-06-30 21:04:54 +0200
commit344a53260664c83c05e2a82ebe76110d1548b02b (patch)
tree0a249b4accca4fe05ba32844270c0efc194fcd19 /Def.dcl
parentA,B,C-stacks (diff)
GraphStore, Nodes
Diffstat (limited to 'Def.dcl')
-rw-r--r--Def.dcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Def.dcl b/Def.dcl
index 3f1e203..fe68896 100644
--- a/Def.dcl
+++ b/Def.dcl
@@ -2,4 +2,8 @@ definition module ABC.Def
:: NodeId :== Int
:: NrArgs :== Int
+:: ArgNr :== Int
+:: DescId :== Int
:: InstrId :== Int
+
+:: Args :== [NodeId]