diff options
author | Camil Staps | 2016-06-30 21:04:54 +0200 |
---|---|---|
committer | Camil Staps | 2016-06-30 21:04:54 +0200 |
commit | 344a53260664c83c05e2a82ebe76110d1548b02b (patch) | |
tree | 0a249b4accca4fe05ba32844270c0efc194fcd19 /Def.dcl | |
parent | A,B,C-stacks (diff) |
GraphStore, Nodes
Diffstat (limited to 'Def.dcl')
-rw-r--r-- | Def.dcl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,4 +2,8 @@ definition module ABC.Def :: NodeId :== Int :: NrArgs :== Int +:: ArgNr :== Int +:: DescId :== Int :: InstrId :== Int + +:: Args :== [NodeId] |