export even more stuff

This commit is contained in:
Joeri Exelmans 2025-05-19 15:10:07 +02:00
parent 1fe4085844
commit 70fb80a9fc
2 changed files with 3 additions and 1 deletions

View file

@ -79,7 +79,7 @@ export const mergeUnifications = (unifA, unifB) => {
return result;
};
const transitivelyGrow = (unif) => {
export const transitivelyGrow = (unif) => {
let stable = true;
const result = new Map();
for (const [symbol, setOfTypes] of unif) {