Open conal opened 4 years ago
I should note I have a patch(-in-progress) for this for the core classes. Needs work in the plugin, however.
I've pushed the WIP on this here:
https://github.com/mikesperber/concat/tree/quantified-constraints
Note that this is awkward and requires CPP, as explained here:
https://mail.haskell.org/pipermail/haskell-cafe/2021-September/134395.html
ghc ticket here:
Now that GHC has quantified constraints, the tedious constraint entailment logic can probably be eliminated from the implementation. See a similar conversation.