Defined variables module, not fully working
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user