rename function
This commit is contained in:
parent
97b4e83379
commit
e892ade34d
8 changed files with 26 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { makeListModule } from "./list_common.js";
|
||||
import { Typed } from "../typed.js";
|
||||
import { getListType } from "../type_registry.js";
|
||||
import { lsType } from "../type_registry.js";
|
||||
|
||||
export const Module = getListType(Typed); // a Module is a list of Typeds
|
||||
export const Module = lsType(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