Add product and sum types
This commit is contained in:
parent
6023efc295
commit
574651ccb7
18 changed files with 209 additions and 157 deletions
2
typed.js
2
typed.js
|
|
@ -1,4 +1,4 @@
|
|||
import { fnType } from "./function_registry.js";
|
||||
import { fnType } from "./type_registry.js";
|
||||
import {Type, Function} from "./metacircular.js";
|
||||
|
||||
export const Typed = Symbol('Typed');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue