add String type + use String to make nominal types unique (worse, but more pleasant when debugging)

This commit is contained in:
Joeri Exelmans 2025-03-20 14:09:17 +01:00
parent 18b5e56ff0
commit 9405ba1b4e
9 changed files with 41 additions and 13 deletions

View file

@ -1,5 +1,5 @@
import {Function, getIn, getOut} from "../metacircular.js";
import {Module} from "../structures/module.js";
import {Module} from "../structures/list_types/module.js";
import { deepEqual } from "../util.js";
import { Typed } from "../typed.js";
import { fnType } from "../type_registry.js";