rename function
This commit is contained in:
parent
97b4e83379
commit
e892ade34d
8 changed files with 26 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { fnType, getListType } from "../type_registry.js";
|
||||
import { fnType, lsType } from "../type_registry.js";
|
||||
import {Type, Function} from "../metacircular.js";
|
||||
import { makeListModule } from "./list_common.js";
|
||||
import { Module } from "./module.js";
|
||||
|
|
@ -7,7 +7,7 @@ const Type_to_Type = fnType({in: Type, out: Type});
|
|||
const Type_to_Module = fnType({in: Type, out: Module});
|
||||
|
||||
export const ModuleList = [
|
||||
{i: getListType , t: Type_to_Type},
|
||||
{i: lsType , t: Type_to_Type},
|
||||
{i: Type_to_Type , t: Function},
|
||||
|
||||
{i: makeListModule, t: Type_to_Module},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue