pretty print enhancements + comparison of generic functions
This commit is contained in:
parent
bbac7858ae
commit
9e1f679dba
15 changed files with 93 additions and 45 deletions
|
|
@ -3,7 +3,7 @@ import { compareTypes } from "../lib/compare/type.js";
|
|||
import { makeGeneric, substitute, unify } from "../lib/generics/generics.js";
|
||||
import { Double, Int, Unit } from "../lib/primitives/primitive_types.js";
|
||||
import { UNBOUND_SYMBOLS } from "../lib/primitives/typevars.js";
|
||||
import { fnType, lsType, prodType, sumType, setType } from "../lib/structures/type_constructors.js";
|
||||
import { fnType, lsType, prodType, sumType, setType } from "../lib/structures/type_constructors.types.js";
|
||||
import { prettyT } from "../lib/util/pretty.js";
|
||||
|
||||
// some recursive types:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue