[GHC] #8360: panic! (the 'impossible' happened): ... kindFunResult

#8360: panic! (the 'impossible' happened): ... kindFunResult ------------------------------------+------------------------------------- Reporter: 2piix | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.6.3 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- I got an 'impossible' error on GHCi 7.6.3 after trying to evaluate a type for a Yesod value: {{{ *Yesod.Import> :t handlerToWidget handlerToWidget :: Monad m => HandlerT site m a -> WidgetT site m a *Yesod.Import> :t generateFormPost generateFormPost :: (RenderMessage (HandlerSite m) FormMessage, MonadHandler m) => (blaze-markup-0.5.1.5:Text.Blaze.Internal.Markup -> MForm m (FormResult a, xml)) -> m (xml, Enctype) *Yesod.Import> :t lift lift :: (Monad m, MonadTrans t) => m a -> t m a *Yesod.Import> :t handlerToWidget . generateFormPost . lift <interactive>:1:38:ghc: panic! (the 'impossible' happened) (GHC version 7.6.3 for x86_64-unknown-linux): kindFunResult <<details unavailable>> }}} Reporting since GHC asked so nicely. :) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8360 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8360: panic! (the 'impossible' happened): ... kindFunResult -------------------------------------+------------------------------------ Reporter: 2piix | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: GHCi | Version: 7.6.3 Resolution: duplicate | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by monoidal): * status: new => closed * resolution: => duplicate Comment: This is already fixed in HEAD, thanks for the report. http://ghc.haskell.org/trac/ghc/search?q=lift+kindFunResult -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8360#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC