Ticket #1333 (closed bug: fixed)
core lint failures from arrow notation + HPC
| Reported by: | igloo | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 7.0.2 |
| Component: | Compiler | Version: | 6.7 |
| Keywords: | Cc: | ross@…, andygill@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | arrowrun001 arrowrun002 arrowrun003 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
Test arrowrun001 the ghci way gives a core lint error:
*** Core Lint Errors: in result of Desugar ***
<no location info>:
In the expression: {tick (main:Main, 38)}_dOu
@ (GHC.Base.Bool -> Main.Exp -> Main.Exp -> GHC.Prim.State# GHC.Prim.RealWorld)
b_axo
b_axo is out of scope
*** Offending Program ***
[...]
arrowrun002 and arrowrun003 also have core lint failures that, at least, look superficially similar.
arrowrun004 has a different looking core lint failure, and it happens for all ways:
*** Core Lint Errors: in result of Desugar ***
<no location info>:
In the expression: >>>_aLC @ () @ () @ GHC.Base.Int
>>>_aLC is out of scope
*** Offending Program ***
[...]
Change History
Note: See
TracTickets for help on using
tickets.
