lotta progress
This commit is contained in:
parent
29d20b2273
commit
bc91d9bf39
27 changed files with 317 additions and 475 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { typedFnType } from "../structures/function.js";
|
||||
import { Type } from "../metacircular.js";
|
||||
import {Char, Bool} from "./symbols.js";
|
||||
import { typedFnType } from "../structures/types.js";
|
||||
import { Type } from "../type.js";
|
||||
import {Char, Bool} from "./types.js";
|
||||
|
||||
const eq = x => y => x === y;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue