export even more stuff
This commit is contained in:
parent
1fe4085844
commit
70fb80a9fc
2 changed files with 3 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue