[GHC] #11456: Type application and :set +c command cause panic
GHC
ghc-devs at haskell.org
Tue Mar 15 03:50:22 UTC 2016
#11456: Type application and :set +c command cause panic
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.1
Resolution: | Keywords:
| TypeApplications GHCi
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #11329 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Richard Eisenberg <eir@…>):
In [changeset:"972730cc42a419b8cd148abaa927e03415da3a68/ghc" 972730c/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="972730cc42a419b8cd148abaa927e03415da3a68"
Refactor visible type application.
This replaces the old HsType and HsTypeOut constructors
with HsAppType and HsAppTypeOut, leading to some simplification.
(This refactoring addresses #11329.)
This also fixes #11456, which stumbled over HsType (which is
not an expression).
test case: ghci/scripts/T11456
[skip ci]
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11456#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list