Skip to content
New issue

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

Don't treat error specially in Haskell #834

Merged
merged 1 commit into from
Dec 21, 2017

Commits on Dec 8, 2017

  1. Don't treat error specially in Haskell

    `error` was highlighted with Name::Exception which caused failures when parsing
    things like `error'` which is a perfectly valid name. `error` is a regular
    function with some admittedly odd behavior, it isn't itself an exception, and
    there are lots of functions which may throw exceptions, so I don't think it
    makes sense to highlight it specially.
    enolan committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    891bdae View commit details
    Browse the repository at this point in the history