File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for hegg
2
2
3
- ## Unreleased
3
+ ## 0.2.0.0 -- 2022-09-19
4
4
5
5
* Expose ` runEqualitySaturation ` to run equality saturation on existing e-graphs
6
6
whole instead of focusing on individual expressions
Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ description: Fast equality saturation and equality graphs based on "egg:
9
9
.
10
10
This package provides e-graphs (see "Data.Equality.Graph"),
11
11
a data structure which efficiently represents a congruence
12
- relation over many expressions
12
+ relation over many expressions.
13
+ .
14
+ For a monadic interface to e-graphs check out
15
+ "Data.Equality.Graph.Monad" (home to the convenient
16
+ function 'represent').
13
17
.
14
18
Secondly, it provides functions for doing equality
15
19
saturation (see "Data.Equality.Saturation"), an
You can’t perform that action at this time.
0 commit comments