Ticket #217 (new bug report)
Opened 21 months ago
Arity mismatch errors have bad source position
| Reported by: | NeilMitchell | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | parser | Version: | 1.10.0 |
| Keywords: | Cc: |
Description
Given the file:
foo a b = 1 foo a = 2 bar = 1 baz = 2 ...
The error about foo's arity will be reported at the very end of the file, not where foo occurs.
Note: See
TracTickets for help on using
tickets.
