How to debug Haskell code?

后端 未结 4 508
渐次进展
渐次进展 2020-12-04 11:06

I have a problem. I wrote a big Haskell program, and it always works with small input. Now, when I want to test it and generate a bigger input, I always get the message:

4条回答
  •  孤城傲影
    2020-12-04 11:31

    Since GHC 8, you can use the GHC.Stack module or some profiling compiler flags detailed on a Simon's blog.

提交回复
热议问题