Hi,

I'm trying to profile my haskell code (see thread "profiling in haskell") and to get more insight I made GHC produce the haskell Core code. However, I'm not quite sure how to interpret it, is there a definition (quick search didn't reveal one)?

Also, how do I demangle the names? It seems that, for example, 'base:GHC.Base.ZC' is a (:) function on strings, but where how am I supposed to figure that out?

Thanks!

--
Vlad Skvortsov, [EMAIL PROTECTED], http://vss.73rus.com

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to