Skip to content

Commit 1f641ea

Browse files
committed
Update /egg/README.md
1 parent 0a94766 commit 1f641ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

egg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if (eg.find(fa) !== eg.find(fb)) throw new Error("Congruence failed");
164164
### TypeScript (atsds-egg)
165165

166166
- `new EGraph()`: Create a new E-Graph
167-
- `add(term: Term): EClassId`: Add a term to the E-Graph
167+
- `add(term: atsds.Term): EClassId`: Add a term to the E-Graph
168168
- `merge(a: EClassId, b: EClassId): EClassId`: Merge two E-classes
169169
- `rebuild(): void`: Restore congruence closure
170170
- `find(eclass: EClassId): EClassId`: Find canonical E-class representative

0 commit comments

Comments
 (0)