haskell-code-spot
haskell-code-spot copied to clipboard
Visual tool to spot odd runtime behaviour of Haskell programs.
Results
1
haskell-code-spot issues
Sort by
recently updated
recently updated
newest added
I followed the instructions and compiled then ran ghcide with: ``` stack build --profile --executable-profiling --library-profiling stack exec --profile ghcide -- /tmp/blah/Bug.hs +RTS -p -l -h ``` I then changed...