You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are various improvements I could make to facilitate debugging by e.g. ensuring results are more easy to read:
prune redundant let-expressions
reinstate Debug.Dump, which following the exact example now fails with Couldn't match type ‘Int’ with ‘template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Q [template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Dec]...
print info in a nicer indented fashion. otherwise investigate e.g. HashMap to yaml as backup.
define Pretty instances on structures like HashMap so I can do easier printing.
there are various improvements I could make to facilitate debugging by e.g. ensuring results are more easy to read:
Debug.Dump
, which following the exact example now fails withCouldn't match type ‘Int’ with ‘template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Q [template-haskell-2.14.0.0:Language.Haskell.TH.Syntax.Dec]
...HashMap
to yaml as backup.Pretty
instances on structures likeHashMap
so I can do easier printing.a debugger forstack
phoityne
VSCode debugger.The text was updated successfully, but these errors were encountered: