Add product and sum types
This commit is contained in:
parent
6023efc295
commit
574651ccb7
18 changed files with 209 additions and 157 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { getListType, makeListModule } from "./list_common.js";
|
||||
import { makeListModule } from "./list_common.js";
|
||||
import { Typed } from "../typed.js";
|
||||
import { getListType } from "../type_registry.js";
|
||||
|
||||
export const Module = getListType(Typed); // a Module is a list of Typeds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue