#7525: Compiler panic with ill-typed code using implicit parameters -------------------------------+-------------------------------------------- Reporter: parcs | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Compile-time crash | Blockedby: Blocking: | Related: -------------------------------+--------------------------------------------
Comment(by parcs): On second thought, this is probably an easier snippet to debug (I can't edit the description of the ticket for some reason): {{{ {-# LANGUAGE ImplicitParams #-} module Bug where hmm :: () hmm = let ?a = True in ?a }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7525#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs