Ticket #2174 (closed bug: fixed)
:p in GHCi debugger is broken for Integer
| Reported by: | igloo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10 branch |
| Component: | GHCi | Version: | 6.9 |
| Keywords: | Cc: | mnislaih@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
:p used to do this for Integers:
Prelude> let i = Just (10::Integer) Prelude> :p i i = Just 10
but it now does this:
Prelude> let i = Just (10::Integer) Prelude> :p i i = Just (_t1::Integer)
but I can't see an obvious reason why.
Change History
Note: See
TracTickets for help on using
tickets.
