[GHC] #10059: :i doesn't work for ~
GHC
ghc-devs at haskell.org
Sun Feb 1 23:15:08 UTC 2015
#10059: :i doesn't work for ~
-------------------------------------+-------------------------------------
Reporter: dfeuer | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 7.11
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Other
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
{{{#!hs
Prelude> :set -XTypeOperators
Prelude> :i (~)
<interactive>:1:2: parse error on input ‘~’
Prelude> :k (~)
(~) :: k -> k -> Constraint
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10059>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list