You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
Currently, the REPL shows 4.0 is in use.
The text was updated successfully, but these errors were encountered: