summaryrefslogtreecommitdiff
path: root/compiler/ExtractBase.ml
diff options
context:
space:
mode:
authorSon Ho2023-09-03 16:51:36 +0200
committerSon Ho2023-09-03 16:51:36 +0200
commit0e0f3d586e7e74003ebff129a1e91b87602467e7 (patch)
treecb5c8e42605650f002861460f6b4f6daa0ad0fcb /compiler/ExtractBase.ml
parenta2f19257651df3c8473e17ef73a5389b9cb89bbf (diff)
Make more progress
Diffstat (limited to '')
-rw-r--r--compiler/ExtractBase.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/ExtractBase.ml b/compiler/ExtractBase.ml
index 251d8b36..2855b3b9 100644
--- a/compiler/ExtractBase.ml
+++ b/compiler/ExtractBase.ml
@@ -654,6 +654,8 @@ type extraction_ctx = {
trait_decl_id : trait_decl_id option;
(** If we are extracting a trait declaration, identifies it *)
is_provided_method : bool;
+ trans_trait_decls : Pure.trait_decl Pure.TraitDeclId.Map.t;
+ trans_trait_impls : Pure.trait_impl Pure.TraitImplId.Map.t;
}
(** Debugging function, used when communicating name collisions to the user,