freer-simple
freer-simple copied to clipboard
Simpler example of pure interpreter
There's a lot going on in runConsolePure
. Although it could be educational, I think you have to understand a fair bit more to know what's going on.
Can you please provide an example of a "pure" interpreter that doesn't involve any other effects? One that's just a function?