bitshifter: > Does anyone know if there is a way around the 20 charachter identifier > limitation when heap profiling? I have a number of identifiers that > indistinguishably break that limit. >
Add custom {-# SCC "mybetteridentifier" #-} pragmas next to the places
with overly long names?
-- Don
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe
