rename function + update index
This commit is contained in:
parent
c1da60b71c
commit
28909d88b9
3 changed files with 10 additions and 4 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue