Ticket #1930 (closed feature request: fixed)
Make operators into type constructors, rather than type variables
| Reported by: | igloo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | Compiler | Version: | 6.8.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | ghci/scripts/ghci033 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
The + a b here should be either (+) a b or a + b:
$ ghci -XTypeOperators GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Prelude> :t undefined :: a + b undefined :: a + b :: + a b Prelude>
Change History
Note: See
TracTickets for help on using
tickets.
