Skip to content

Commit

Permalink
clear imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Feb 16, 2025
1 parent 3e88dac commit 160be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/typed/env.re
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ let clear_imports = () => {
let clear_persistent_structures = () => {
Consistbl.clear(crc_units);
Hashtbl.clear(persistent_structures);
imported_units := StringSet.empty;
clear_imports();
};

let check_consistency = ps =>
Expand Down

0 comments on commit 160be30

Please sign in to comment.