summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml
diff options
context:
space:
mode:
authorSon Ho2023-10-25 18:44:28 +0200
committerSon Ho2023-10-25 18:44:28 +0200
commit81b7a7d706bc1a0f2f57bc254a8af158039a10cf (patch)
tree64ac32b95e61f12d54be54827a3efc66f829106f /compiler/Translate.ml
parent862c6f939b001e4fe0556cc73af71210e7b96ea2 (diff)
Make the hashmap files typecheck again in Lean
Diffstat (limited to '')
-rw-r--r--compiler/Translate.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Translate.ml b/compiler/Translate.ml
index 019a5c35..c5ac4e96 100644
--- a/compiler/Translate.ml
+++ b/compiler/Translate.ml
@@ -1076,6 +1076,7 @@ let translate_crate (filename : string) (dest_dir : string) (crate : A.crate) :
functions_with_decreases_clause = rec_functions;
types_filter_type_args_map = Pure.TypeDeclId.Map.empty;
funs_filter_type_args_map = Pure.FunDeclId.Map.empty;
+ trait_impls_filter_type_args_map = Pure.TraitImplId.Map.empty;
}
in