Skip to content

Commit 7a3d18c

Browse files
committed
Version 0.2.0.0 release
1 parent 52b508b commit 7a3d18c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for hegg
22

3-
## Unreleased
3+
## 0.2.0.0 -- 2022-09-19
44

55
* Expose `runEqualitySaturation` to run equality saturation on existing e-graphs
66
whole instead of focusing on individual expressions

hegg.cabal

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ description: Fast equality saturation and equality graphs based on "egg:
99
.
1010
This package provides e-graphs (see "Data.Equality.Graph"),
1111
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').
1317
.
1418
Secondly, it provides functions for doing equality
1519
saturation (see "Data.Equality.Saturation"), an

0 commit comments

Comments
 (0)