GHC heap profiling with -hy - What is ->, ->>, ->>>?

184 Views Asked by At

When I profile my program's heap usage with -hy flag (for type descriptions) like

./prog +RTS -hy

I often see ->a, ->>a, ->>>a in the results (where a is either another type or *). What does this mean?

0

There are 0 best solutions below