I have a bit of a follow up question here. I followed the instructions @velveteer gave to setup heap profiling. This works great, thank you!
But sometimes the names that show up in heap profiling are names I have never seen before. E.g., in profiling by cost center, I see $w$c<>
and, more generally, I see $c
followed by the name of a familiar function. What do these notations mean? I have had trouble finding some sort of explanation for what these mean. I’m using late, top-level cost centers. So my guess is these names are the result of some sort of GHC transformation.
Is there a resource that collects all the names I might come across in a heap analysis?