Ticket #147 (closed bug: Fixed)

Opened 10 years ago

Last modified 43 years ago

TemplateHaskell: panic! (...) nameModule

Reported by: mlauer Owned by: nobody
Priority: normal Milestone:
Component: Compiler Version: 6.0
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The below code gives 
ghc-6.0: panic! (the `impossible' happened, GHC version
6.0):
        nameModule x {- v a36 -}
========================
module A where

my_id :: a -> a
my_id x = $( [| x |] )
===================

Change History

Changed 10 years ago by simonpj

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.