#8448: panic with RecordWildCards: find_tycon ghc-prim:GHC.Types.[] --------------------------------------------+------------------------------ Reporter: MikolajKonarski | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler (Type checker) | Version: 7.6.3 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 Type of failure: Compile-time crash | (amd64) Test Case: | Difficulty: Unknown Blocking: | Blocked By: | Related Tickets: --------------------------------------------+------------------------------ Comment (by Simon Peyton Jones <simonpj@…>): In [changeset:"dc9961f9da0831fe3bc5b55722dac638635f8b5e/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="dc9961f9da0831fe3bc5b55722dac638635f8b5e" Fix Trac #8448 We weren't dealing with built-in syntax; data constructors that are built-in syntax (only [] actually) don't appear in the GlobalRdrEnv }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8448#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler