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

Supprort lifting: statments as expressions #108

Closed
simpletonDL opened this issue Mar 4, 2021 · 1 comment
Closed

Supprort lifting: statments as expressions #108

simpletonDL opened this issue Mar 4, 2021 · 1 comment
Assignees

Comments

@simpletonDL
Copy link

Now Brahma.FSharp does not properly support let bindings with statements as initial values. For example following code falling down:

let x =
    if cond
    then
        stmt1
        expr1
    else
        stmt2
        expr2
@gsvgit
Copy link
Member

gsvgit commented Jul 5, 2022

v2.0.0

@gsvgit gsvgit closed this as completed Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants