Is there anywhere to test / document what the Haskell Evaluation / Apply sequence is for a code snippet?
I'm wondering if an online tester for 'apply' exists, or maybe I just need to call the right function in Haskell to make visible the parse tree, given an input string? It seems like there surely should be a tool but I don't know how to find it?
I'm asking this while reading Graham Hutton's Programming Haskell book and realizing that I do not actually understand 'apply' sequences, eg the definition of redex, Haskell: Alternative, non-circular definition of Redex?