Café, Is there a way to make GHC dump the code for auto-derived type class instances, say for Show, Eq and such? Thanks, Ozgur
Thanks! On 11 November 2010 14:52, Daniel Fischer <daniel.is.fischer@web.de> wrote:
On Thursday 11 November 2010 15:27:09, Ozgur Akgun wrote:
Café,
Is there a way to make GHC dump the code for auto-derived type class instances, say for Show, Eq and such?
-ddump-deriv
Thanks, Ozgur
-- Ozgur Akgun
-ddump-deriv From: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe-bounces@haskell.org] On Behalf Of Ozgur Akgun Sent: 11 November 2010 14:27 To: Haskell cafe Subject: [Haskell-cafe] ghc dump the code for derived instances Café, Is there a way to make GHC dump the code for auto-derived type class instances, say for Show, Eq and such? Thanks, Ozgur
participants (3)
-
Daniel Fischer -
Ozgur Akgun -
Simon Peyton-Jones