Ticket #2481 (closed bug: fixed)
ghci: :f fmap -> can't unify
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.1 |
| Component: | GHCi | Version: | 6.8.2 |
| Keywords: | Cc: | vincent@… | |
| Operating System: | Linux | Architecture: | x86_64 (amd64) |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Typing ':f fmap' at the GHCi prompt gives a panic (Can't unify). See below:
$ ghci GHCi, version 6.8.2: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Prelude> :f fmap ghc-6.8.2: panic! (the 'impossible' happened) (GHC version 6.8.2 for x86_64-unknown-linux): Can't unify Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug Prelude>
This is with the ghc package distributed with Debian testing/lenny (version 6.8.2-5).
Vincent.
Change History
Note: See
TracTickets for help on using
tickets.
