Infix type operators are presented with incorrect syntax in ghci
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
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.8.3 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |