Ticket #2766 (closed merge: fixed)
Infix type operators are presented with incorrect syntax in ghci
| Reported by: | EyalLotem | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.2 |
| Component: | GHCi | Version: | 6.10.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | ghci/scripts/T2766 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
Prelude Control.Arrow> :t first :: Arrow (~>) => b~>c -> (b, d)~>(c, d) first :: Arrow (~>) => b~>c -> (b, d)~>(c, d) :: (Arrow ~>) => ~> b c -> ~> (b, d) (c, d)
This is incorrect syntax, and causes other bugs too e.g: http://trac.haskell.org/haddock/ticket/64
Change History
Note: See
TracTickets for help on using
tickets.
