branching and very basic merging of slots
This commit is contained in:
parent
614e6c0fdb
commit
3978f7f835
32 changed files with 684 additions and 420 deletions
|
|
@ -3,7 +3,7 @@ import { GenericType, SymbolT, Type, Unit } from "../primitives/types";
|
|||
import { typedFnType } from "../structures/types";
|
||||
import { Bool, Byte, Char, Double, Int } from "../primitives/types";
|
||||
import { deepEqual } from "../util/util";
|
||||
import { eqDictType } from "./eq_type";
|
||||
import { eqDictType } from "./eq_dict";
|
||||
|
||||
export const getEq = numDict => numDict.eq;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue