add String type + use String to make nominal types unique (worse, but more pleasant when debugging)
This commit is contained in:
parent
18b5e56ff0
commit
9405ba1b4e
9 changed files with 41 additions and 13 deletions
2
main.js
2
main.js
|
|
@ -7,7 +7,7 @@ import { makeSquare } from "./lib/square.js";
|
|||
import {makeIdFn} from "./lib/id.js";
|
||||
|
||||
import {DefaultMap, pretty} from "./util.js";
|
||||
import { ModuleModule } from "./structures/module.js";
|
||||
import { ModuleModule } from "./structures/list_types/module.js";
|
||||
import { ModuleList } from "./structures/list.js";
|
||||
import {Int, Bool, Double, Byte} from "./primitives/symbols.js";
|
||||
import { makeListModule } from "./structures/list_common.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue