Skip to content
Snippets Groups Projects
Commit 2becd80c authored by sheaf's avatar sheaf
Browse files

Update sbv & singletons for GHC MR !11112

GHC MR !11112 makes it so that one needs to enable the (new)
TypeAbstractions extension in order to use type applications in
constructor patterns. The old behaviour (ScopedTypeVariables + TypeApplications)
is still supported, but it emits a warning, which causes sbv to fail
to build due to -Werror.

In addition, the changes in GHC MR !11112 mean that the use of invisible
binders in type declarations requires the TypeAbstractions extension
to be enabled.
parent cca143be
No related branches found
No related tags found
1 merge request!322Update sbv & singletons for GHC MR !11112
Pipeline #83266 canceled
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment