rename some things
This commit is contained in:
parent
e04cac4f7d
commit
8a4bd44f04
16 changed files with 92 additions and 60 deletions
|
|
@ -12,14 +12,14 @@ import { ModuleList } from "./structures/list.js";
|
|||
import { ModuleProduct } from "./structures/product.js";
|
||||
import { ModuleSum } from "./structures/sum.js";
|
||||
import { ModuleType } from "./primitives/type.js";
|
||||
import { ModuleTyped } from "./typed.js";
|
||||
import { ModuleDynamic } from "./primitives/dynamic.js";
|
||||
import { ModuleSet } from "./structures/set.js";
|
||||
import { ModuleGenericType } from "./primitives/generic_type.js";
|
||||
|
||||
export const ModuleStd = {l:[
|
||||
...ModuleType.l,
|
||||
...ModuleGenericType.l,
|
||||
...ModuleTyped.l,
|
||||
...ModuleDynamic.l,
|
||||
|
||||
...ModuleTypeConstructor.l,
|
||||
...ModuleSymbols.l,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue