taktoa / eqsat

A language-generic implementation of equality saturation in Haskell
Other
21 stars 3 forks source link

make this build with -XMonadFailDesugaring #10

Closed chessai closed 6 years ago

chessai commented 6 years ago

addresses issue #8. I think this is a rare case in which cabal's default extensions are useful.

taktoa commented 6 years ago

can you add the extension to the tests as well?