Skip to content
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

Commented lambda-free.fun #8

Merged
merged 2 commits into from
Jun 19, 2013
Merged

Conversation

DanielRosenwasser
Copy link
Contributor

The code in lambda-free.fun utilizes mutability somewhat heavily, and uses fairly clever ways of accomplishing tasks in few steps. Unfortunately this makes it difficult to understand at a first glance. This minor changeset should provide some basic idea on how to approach/maintain the code contained in lambda-free.fun in the future.

Specifically, I commented on the newScope function with a summary of its purpose,
and on the Fun branch of the exp function with an explanation of individual steps.
MatthewFluet added a commit that referenced this pull request Jun 19, 2013
Commented lambda-free.fun

The code in lambda-free.fun utilizes mutability somewhat heavily, and uses fairly clever ways of accomplishing tasks in few steps. Unfortunately this makes it difficult to understand at a first glance. This minor changeset should provide some basic idea on how to approach/maintain the code contained in lambda-free.fun in the future.
@MatthewFluet MatthewFluet merged commit c1f415d into MLton:master Jun 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants