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
Description of problem here.
Input haskell
module Test where import Diagrams.Prelude((#))
results in
hindent: src/Test.hs:3:25: Parse error: (# CallStack (from HasCallStack): error, called at src/main/Main.hs:56:23 in main:Main
The text was updated successfully, but these errors were encountered:
Add a test for mihaimaruseac#547
c286026
Though the latest master doesn't have the problem described in mihaimaruseac#547, I thought it'd be good to add a test for it.
Merge pull request #655 from toku-sa-n/sharp
d134b1a
Add a test for #547
Successfully merging a pull request may close this issue.
Problem
Description of problem here.
Input haskell
results in
The text was updated successfully, but these errors were encountered: