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

Allow self reference of variables in let..in even when not functions #233

Open
wende opened this issue Nov 26, 2017 · 0 comments
Open

Allow self reference of variables in let..in even when not functions #233

wende opened this issue Nov 26, 2017 · 0 comments

Comments

@wende
Copy link
Owner

wende commented Nov 26, 2017

let 
  x _ = x
in

Works

let
  x = 0 |> andThen \a -> x
in

Doesn't

@wende wende added this to the Elchemy 0.6 milestone Nov 26, 2017
@wende wende removed this from the Elchemy 0.6 milestone Jan 25, 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

1 participant