summaryrefslogtreecommitdiff
path: root/compiler/ExtractBase.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/ExtractBase.ml
parent862c6f939b001e4fe0556cc73af71210e7b96ea2 (diff)
Make the hashmap files typecheck again in Lean
Diffstat (limited to 'compiler/ExtractBase.ml')
-rw-r--r--compiler/ExtractBase.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ExtractBase.ml b/compiler/ExtractBase.ml
index 3eef6b3b..7e8e4ffc 100644
--- a/compiler/ExtractBase.ml
+++ b/compiler/ExtractBase.ml
@@ -653,6 +653,8 @@ type extraction_ctx = {
*)
funs_filter_type_args_map : bool list FunDeclId.Map.t;
(** Same as {!types_filter_type_args_map}, but for functions *)
+ trait_impls_filter_type_args_map : bool list TraitImplId.Map.t;
+ (** Same as {!types_filter_type_args_map}, but for trait implementations *)
}
(** Debugging function, used when communicating name collisions to the user,