lotta progress
This commit is contained in:
parent
29d20b2273
commit
bc91d9bf39
27 changed files with 317 additions and 475 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { makeGeneric } from "../generics/generics.js";
|
||||
import { addDouble, mulDouble } from "../primitives/double.js";
|
||||
import { addInt, mulInt } from "../primitives/int.js";
|
||||
import { Type } from "../metacircular.js";
|
||||
import { typedFnType, typedFnType2 } from "../structures/function.js";
|
||||
import { Double, Int } from "../primitives/symbols.js";
|
||||
import { Type } from "../type.js";
|
||||
import { typedFnType, typedFnType2 } from "../structures/types.js";
|
||||
import { Double, Int } from "../primitives/types.js";
|
||||
import { numDictType } from "./num_type.js";
|
||||
|
||||
export const getAdd = numDict => numDict.add;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue