Defined variables module, not fully working

This commit is contained in:
elvis
2024-12-16 05:15:33 +01:00
parent 590123d988
commit 25f9f12525
12 changed files with 435 additions and 50 deletions

View File

@ -5,7 +5,7 @@ module type C = sig
type internalnode = {
internalin: internal list;
internalout: internal list;
internalbetween: internal list list;
internalbetween: (internal list * internal list) list;
}
type cfgt = elt Cfg.cfginternal