There was an error while loading. Please reload this page.
1 parent 0a94766 commit 1f641eaCopy full SHA for 1f641ea
1 file changed
egg/README.md
@@ -164,7 +164,7 @@ if (eg.find(fa) !== eg.find(fb)) throw new Error("Congruence failed");
164
### TypeScript (atsds-egg)
165
166
- `new EGraph()`: Create a new E-Graph
167
-- `add(term: Term): EClassId`: Add a term to the E-Graph
+- `add(term: atsds.Term): EClassId`: Add a term to the E-Graph
168
- `merge(a: EClassId, b: EClassId): EClassId`: Merge two E-classes
169
- `rebuild(): void`: Restore congruence closure
170
- `find(eclass: EClassId): EClassId`: Find canonical E-class representative
0 commit comments