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

Update to 4.5 #9

Open
ShalokShalom opened this issue May 20, 2019 · 1 comment
Open

Update to 4.5 #9

ShalokShalom opened this issue May 20, 2019 · 1 comment

Comments

@ShalokShalom
Copy link

Currently, the REPL shows 4.0 is in use.

@ScottHutchinson
Copy link

@ShalokShalom Currently, the code below works (creates an anonymous record type). So I think that means it uses F# 4.6. I opened a new issue requesting that the version be displayed in the About section.

    let customer = {| FirstName = "Fred"; LastName = "Wilson" |}
    printfn "This customer is %s %s" customer.FirstName customer.LastName

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