We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello, I've got parse error while prsing following WORKING Haskell code:
[...] class Member (name :: Symbol) cls func | name cls -> func where member :: proxy name -> cls -> func [...]
error:
Language.Haskell.Stylish.Parse.parseModule: could not parse Data.hs: ParseFailed (SrcLoc {srcFilename = "<unknown>.hs", srcLine = 29, srcColumn = 23}) "Parse error: Symbol"
The text was updated successfully, but these errors were encountered:
I think this is also because DataKinds is not supported yet (#19). Symbol is not a valid kind without that extension.
Sorry, something went wrong.
Fixed in HEAD.
No branches or pull requests
Hello, I've got parse error while prsing following WORKING Haskell code:
error:
The text was updated successfully, but these errors were encountered: