plsnp
plsnp
Might be related https://github.com/commercialhaskell/stack/issues/4901
How do i add that to the shortcut?  Would be nice to be able to switch language with the gittyup GUI
I looked into the code and from what i understood looping over 1. values OR 2. values + keys are supported. Looping over only keys is not supported. And i...
Maybe there can be a `dump()` function that prints something as a haskell value / type that indicates that it can have multiple representations? For my use case though `json()`...
How does the runtime resolvement of variable name to underlying value work? Where is the code in the ginger codebase for this? Could it not just be added that when...