Weird arrows in a Haskell heap profile

132 Views Asked by At

When producing a type heap profile (-hy) from a Haskell program, I get these results:

ReaderT
->ReadertT
->>*
(,)
->(#,#)

What is the meaning of the '->' prefix (with one or more '>'), the '*' or the '#' here?

0

There are 0 best solutions below