haskell
Haskell jaror Now 100%

Haskell's problem with exploding call stacks

https://www.channable.com/tech/haskell-exploding-call-stacks

By default, Haskell does not provide call stacks when errors occur. To get call stacks, one can add the HasCallStack constraint to any function to request it. However, did you know that doing this carelessly can cause memory usage to explode...

3
1
Comments 1