Ticket #1877 (new task)
Change the meaning of -fextended-default-rules
| Reported by: | simonmar | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 7.4.1 |
| Component: | GHCi | Version: | 6.8.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Easy (less than 1 hour) |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Currently -fextended-default-rules applies to source code modules. GHCi has the extended defaulting behaviour by default for expressions typed at the prompt, and there's no way to change that.
We propose the following change: extended defaulting would only ever apply to expressions typed at the GHCi prompt, and it would be disabled with -fno-extended-default-rules (on by default).
See also #1200, where -fextended-default-rules was introduced.
Change History
Note: See
TracTickets for help on using
tickets.
