From 8a9c2a61b20b4f1f6b1d0a3ad3defaa8ee995535 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Sun, 27 Feb 2022 17:02:58 +0400 Subject: [PATCH] Add type_vars_uvar ets table to ets_tables() --- src/aeso_ast_infer_types.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aeso_ast_infer_types.erl b/src/aeso_ast_infer_types.erl index 655b65b..0c10b3c 100644 --- a/src/aeso_ast_infer_types.erl +++ b/src/aeso_ast_infer_types.erl @@ -2161,7 +2161,7 @@ next_count() -> ets_tables() -> [options, type_vars, constraints, freshen_tvars, type_errors, defined_contracts, warnings, function_calls, all_functions, - type_vars_variance]. + type_vars_variance, type_vars_uvar]. clean_up_ets() -> [ catch ets_delete(Tab) || Tab <- ets_tables() ],