Ticket #147 (closed bug: Fixed)
TemplateHaskell: panic! (...) nameModule
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
Note: See
TracTickets for help on using
tickets.
