alt-romes / hegg

Fast equality saturation in Haskell
https://hackage.haskell.org/package/hegg
BSD 3-Clause "New" or "Revised" License
75 stars 8 forks source link

Make the Data.Equality.Graph.Dot module compile again #31

Closed BinderDavid closed 10 months ago

BinderDavid commented 10 months ago

I haven't looked at whether the generated dot files are sensible, i.e. this doesn't solve #26 yet, I only took care that the module compiles again. More concretely:

I don't know if I have enough time before our meeting to implement improved dot file generation, I have to pack tomorrow :)

BinderDavid commented 10 months ago

The CI build times for the Graphviz modules are with a cold cache. You can take a look at the build times in https://github.com/BinderDavid/hegg/pull/1 for how it looks like with a cache hit. Then it should be ~2min faster.

alt-romes commented 10 months ago

Excelent!

This is good incremental progress 👍, no hurries here!