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?
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?