restructure code a bit, add comparison functions for primitive types and composed types (needed to put values in sets)
This commit is contained in:
parent
3978f7f835
commit
8653bb99c6
12 changed files with 175 additions and 64 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { deepEqual } from "../util/util.js";
|
||||
import {inspect} from "node:util";
|
||||
import { inspect } from "node:util";
|
||||
|
||||
// A Value is either:
|
||||
// - a literal, without any dependencies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue