summaryrefslogtreecommitdiff
path: root/src/CfimAst.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/CfimAst.ml')
-rw-r--r--src/CfimAst.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml
index 66e3fb0c..bb821bb7 100644
--- a/src/CfimAst.ml
+++ b/src/CfimAst.ml
@@ -3,6 +3,8 @@ open Types
open Values
open Expressions
+module FunDefId = IdGen ()
+
type assumed_fun_id = BoxNew | BoxDeref | BoxDerefMut | BoxFree
[@@deriving of_yojson]