Is there a way to track haskell progress step by step? I mean, I want to see every function call with variable values. Something like prolog / guitrace.
The closest I know today is HTrace , which uses indentation to indicate call depth. This is still far from what you are looking for, but it can be very useful for checking intuition.
Source: https://habr.com/ru/post/1488896/More articles:Nested conditional operators in C - cThe Java-Class method can see private parameter fields of the same class - javaHow to handle nested parentheses with regular expressions? - pythonDrawing smoothed shapes and rotating them in Java - javaGraphics2D - Rotating Shapes on a Graphics2D Object - javaFlask + uwsgi + nginx + debug. Error 502 instead of debugger page - flaskCan I iterate over query string parameters using ExpressJS? - node.jsUnable to save array in json field in postgresql (rails) cannot distinguish Array from json - ruby | fooobar.comSPOJ INVCNT - how? - c ++gem install: ERROR: Failed to create native gem extension - ruby | fooobar.comAll Articles