#2766: Infix type operators are presented with incorrect syntax in ghci
---------------------------------+------------------------------------------
    Reporter:  EyalLotem         |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:                  
   Component:  GHCi              |      Version:  6.10.1          
    Severity:  major             |   Resolution:                  
    Keywords:                    |     Testcase:                  
Architecture:  Unknown/Multiple  |           Os:  Unknown/Multiple
---------------------------------+------------------------------------------
Comment (by EyalLotem):

 Better formatting:

 {{{
 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)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2766#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to