
9 Sep
2008
9 Sep
'08
12:24 a.m.
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, vss@73rus.com, http://vss.73rus.com