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

Add support for let expressions with multiple let bindings #266

Merged
merged 2 commits into from Nov 8, 2018

Commits on Nov 6, 2018

  1. Add support for let expressions with multiple let bindings

    Fixes #260
    
    In other words, this is now legal:
    
    ```haskell
    let x = 1
    let y = 2
    in  x + y
    ```
    Gabriella439 committed Nov 6, 2018
    1
    Copy the full SHA
    022105e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Copy the full SHA
    13dc109 View commit details
    Browse the repository at this point in the history