Closed tov closed 8 years ago
On the current GHC library, null now takes a Foldable rather than a list, which was causing the changed line of code to have a type class ambiguity. I got rid of the dependence on null.
@sebfisch Please merge this PR. incremental-sat-solver does not build with recent GHCs.
incremental-sat-solver
Sorry, this took me too long. I merged a more recent pull request by @tov for the same issue.
On the current GHC library, null now takes a Foldable rather than a list, which was causing the changed line of code to have a type class ambiguity. I got rid of the dependence on null.