Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Fix/var bindings in tail #6

Merged
merged 3 commits into from
Jan 4, 2014

Conversation

markandrus
Copy link
Contributor

Following up on @raimohanska's report of issue #5, this pull request adds some missing var-binding cases. Pretty mechanical work, and not very fun to write, so I hope I didn't miss anything (a fresh pair of eyes would be swell!).

However, this implementation requires each var-binding include the var prefix:

$do {
  a <- Identity.of(1)
  var b = a + 1
  var c = b * b
  return d
}

puffnfresh added a commit that referenced this pull request Jan 4, 2014
@puffnfresh puffnfresh merged commit c66d25f into fantasyland:master Jan 4, 2014
@puffnfresh
Copy link
Member

Looks awesome, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants