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
|
|
@ -5,8 +5,8 @@ import { Dynamic } from "../primitives/primitive_types.js";
|
|||
import { getHumanReadableName } from "../primitives/symbol.js";
|
||||
import { getSymbol } from "../primitives/type.js";
|
||||
import { TYPE_VARS } from "../primitives/typevars.js";
|
||||
import { dictType, fnType, lsType, prodType, sumType } from "../structures/type_constructors.js";
|
||||
import { setType } from "../structures/type_constructors.js";
|
||||
import { dictType, fnType, lsType, prodType, sumType } from "../structures/type_constructors.types.js";
|
||||
import { setType } from "../structures/type_constructors.types.js";
|
||||
|
||||
// A very stupid little parser, that can only parse:
|
||||
// - primitives => simply maps onto types.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue