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

Translate fat arrow defns into "where" clauses. #50

Open
tcr opened this issue May 23, 2017 · 1 comment
Open

Translate fat arrow defns into "where" clauses. #50

tcr opened this issue May 23, 2017 · 1 comment

Comments

@tcr
Copy link
Owner

tcr commented May 23, 2017

e.g.

promote
    :: (Pretty node, Pos node)
    => node
    -> (Rust.Expr -> Rust.Expr -> Rust.Expr)
    -> Result -> Result -> EnvMonad s Result
tcr added a commit that referenced this issue May 24, 2017
tcr added a commit that referenced this issue May 25, 2017
@pshc pshc closed this as completed in 3983771 May 25, 2017
@tcr tcr reopened this May 25, 2017
@tcr
Copy link
Owner Author

tcr commented May 25, 2017

I didn't fix this fully in my last commit—where clauses are still not generated yet.

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