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 where expression syntax #50

Open
ppaulweber opened this issue Nov 7, 2017 · 0 comments
Open

add where expression syntax #50

ppaulweber opened this issue Nov 7, 2017 · 0 comments

Comments

@ppaulweber
Copy link
Contributor

ppaulweber commented Nov 7, 2017

It should be possible to write something like

x * y 
    where 
        x = 10, 
        y = x + 2

which is semantically equal to

let x = 10 in
    let y = x + 2 in
       x * y
@ppaulweber ppaulweber added this to the release_auxentios milestone Nov 7, 2017
@ppaulweber ppaulweber self-assigned this Nov 7, 2017
@ppaulweber ppaulweber modified the milestones: release-auxentios, release-berenice Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants