rename function + update index

This commit is contained in:
Joeri Exelmans 2025-05-19 13:23:36 +02:00
parent c1da60b71c
commit 28909d88b9
3 changed files with 10 additions and 4 deletions

View file

@ -130,7 +130,7 @@ export const reduce = (setOfTypes) => {
// Reduce a unification to a mapping: {symbol => Type}
// this mapping can then be used for substituting the typevars (=symbols) in a type by concrete types
export const reduceUnif = (unif) => {
export const reduceUnification = (unif) => {
// console.log('b4 grown:', prettyU(unif));
const grown = transitivelyGrow(unif);
// console.log('grown:', prettyU(grown));