We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatatypeContexts is deprecated anyway and the following file will yield an error, while it compiles perfectly with ghc-8.0.2:
DatatypeContexts
module Foo where data Show a => Foo a = Foo a
Error:
src/Foo.hs error: 3:6 Illegal datatype context (use DatatypeContexts): Show a =>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DatatypeContexts
is deprecated anyway and the following file will yield an error, while it compiles perfectly with ghc-8.0.2:Error:
The text was updated successfully, but these errors were encountered: