basic functionality, no generics
This commit is contained in:
commit
a8260f2afb
17 changed files with 615 additions and 0 deletions
6
structures/module.js
Normal file
6
structures/module.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { getListType, makeListModule } from "./list_common.js";
|
||||
import { Typed } from "../typed.js";
|
||||
|
||||
export const Module = getListType(Typed); // a Module is a list of Typeds
|
||||
|
||||
export const ModuleModule = makeListModule(Typed); // the module containing operations on Module
|
||||
Loading…
Add table
Add a link
Reference in a new issue