Skip to content

Commit

Permalink
Fix documentation typo (egraphs-good#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
akesling authored Aug 10, 2021
1 parent 3cde70d commit 3fcbda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorials/_01_background.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Let's put it all together with an example referring to the four e-graphs in the
The result only unions e-classes,
meaning that e-graph actually got _smaller_ from applying these rewrites,
even though it now represents more terms.
In fact, observe that that the top-right "×" e-node's left child is _itself_;
In fact, observe that the top-right "×" e-node's left child is _itself_;
this cycle means the e-class represents the _infinite_ (!) set of terms
_a_, _a × 1_, _a × 1 × 1_, and so on.

Expand Down

0 comments on commit 3fcbda0

Please sign in to comment.