-
Notifications
You must be signed in to change notification settings - Fork 214
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
Introduce normalizeWithM for monadic normalization #371
Introduce normalizeWithM for monadic normalization #371
Conversation
|
Don't forget to export |
I'll close this for now since from offline discussions it sounded like you could do this using the existing API by post-processing the abstract syntax tree to monadically normalize uninterpreted free variables |
I'd like to re-open this in light of dhallix/nix-derivation#8. There it was determined that the only real option for Dhallix's performance right now is to make @Gabriel439 Mind if I resurrect and re-work this PR? |
@ocharles: Yeah, it seems reasonable to proceed with this change |
…xbiehl-pr/monadic-normalizer
Ok, I think this is good for review. |
Thank you, both of you 🙂 |
See the discussion in dhall-lang/dhall-lang#133.