summaryrefslogtreecommitdiff
path: root/compiler/Interpreter.ml
diff options
context:
space:
mode:
authorNadrieril2024-06-21 15:47:56 +0200
committerNadrieril2024-06-21 16:14:58 +0200
commitd3f52e23ede39c4fd7845b6c5feb29d28b2a2384 (patch)
tree2891753ba71bc8ddd3cc367b787a1acddbcf1741 /compiler/Interpreter.ml
parentc8ad44f287215c3c45e5a0f0540ef507b4916c7d (diff)
Update charon
Diffstat (limited to '')
-rw-r--r--compiler/Interpreter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Interpreter.ml b/compiler/Interpreter.ml
index 7e292906..075672fe 100644
--- a/compiler/Interpreter.ml
+++ b/compiler/Interpreter.ml
@@ -17,7 +17,7 @@ module SA = SymbolicAst
let log = Logging.interpreter_log
let compute_contexts (m : crate) : decls_ctx =
- let type_decls_list, _, _, _, _ = split_declarations m.declarations in
+ let type_decls_list, _, _, _, _, _ = split_declarations m.declarations in
let type_decls = m.type_decls in
let fun_decls = m.fun_decls in
let global_decls = m.global_decls in