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

6
index.d.ts vendored
View file

@ -348,6 +348,12 @@ export function sumType(typeParam: any): any;
export function unify(fType: any, aType: any): any;
export function unifyLL(typeA: any, typeB: any): any;
export function mergeUnifications(uniA: any, uniB: any): any;
export function reduceUnification(uni: any): any;
export function zip(a: any, b: any): any;
export namespace dict {