-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change free applicative implementation to Ørjan's #15
Comments
The main reason to consider favoring Twan's approach and the reason that I did so originally was that it gave you immedate access to the 'next' instruction at the root. If you left associate to Ørjan's version then you have to walk under /n/ |
Sounds fair. I'll update the article with this consideration. I'm not too concerned about which implementation ends up in the free package — it's not a big deal to copy&paste those 15 lines when I need them. |
Based on my work on Kleene Stores, I eventually settled on the Applicative instance using |
Ørjan's version stores values in a more natural order.
Please see the code and detailed description in my article.
The text was updated successfully, but these errors were encountered: