add interactive prompt
This commit is contained in:
parent
ce192b49f2
commit
94efde3e65
22 changed files with 599 additions and 138 deletions
4
typed.js
4
typed.js
|
|
@ -8,11 +8,11 @@ const getType = lnk => lnk.t;
|
|||
|
||||
const Typed_to_Type = fnType({in: Typed, out: Type});
|
||||
|
||||
export const ModuleTyped = [
|
||||
export const ModuleTyped = {l:[
|
||||
{i: Typed, t: Type},
|
||||
|
||||
{i: Typed_to_Type, t: Function},
|
||||
|
||||
{i: getInst, t: Typed_to_Type},
|
||||
{i: getType, t: Typed_to_Type},
|
||||
];
|
||||
]};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue