Ticket #6026 (closed bug: fixed)
Unboxed operators have wrong fixity
| Reported by: | benl | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.8.1 |
| Component: | libraries/base | Version: | 7.4.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Incorrect result at runtime | Difficulty: | Easy (less than 1 hour) |
| Test Case: | T6026 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
$ ghci -XMagicHash $ :m GHC.Exts > 1 + 2 * 3 7 > I# (1# +# 2# *# 3#) 9
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

