Remove nested module from Graphs
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ record Program : Set where
|
||||
rootStmt : Stmt
|
||||
|
||||
private
|
||||
buildResult = Construction.buildCfg rootStmt empty
|
||||
buildResult = buildCfg rootStmt empty
|
||||
|
||||
graph : Graph
|
||||
graph = proj₁ buildResult
|
||||
|
||||
Reference in New Issue
Block a user