summaryrefslogtreecommitdiff
path: root/src/CfimAst.ml
diff options
context:
space:
mode:
authorSon Ho2022-03-03 11:52:34 +0100
committerSon Ho2022-03-03 11:52:34 +0100
commit449c2cef40e1e255666c5564476007027b1a9b21 (patch)
tree4cdd707c663ce90e115fccac1a15d2eb3ec7526b /src/CfimAst.ml
parent848874a4eb5d29742f7afa2567bc424871b1c7ef (diff)
Move the names from Identifiers to Names
Diffstat (limited to '')
-rw-r--r--src/CfimAst.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml
index 279430df..f597cd27 100644
--- a/src/CfimAst.ml
+++ b/src/CfimAst.ml
@@ -1,4 +1,5 @@
open Identifiers
+open Names
open Types
open Values
open Expressions