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

F# 5.0 #2054

Closed
TheAngryByrd opened this issue May 12, 2020 · 4 comments
Closed

F# 5.0 #2054

TheAngryByrd opened this issue May 12, 2020 · 4 comments

Comments

@TheAngryByrd
Copy link

Description

Hey there! Now thatF# 5.0 was announced, I'd just like to get conversation started about supporting (or not) all the new features listed. Specifically looking forward to support for applicatives.

@ncave
Copy link
Collaborator

ncave commented May 12, 2020

  • It's a preview announcement, if I'm not wrong.
  • Nonetheless, the 5.0 preview features should already be available (but untested) in the latest Fable releases (since 2.6.0). You'll have to enable the preview in your project file, of course:<LangVersion>preview</LangVersion>

Closing as duplicate of #2049, please feel free to reopen if you have to (or open specific issues if you encounter any).

@ncave ncave closed this as completed May 12, 2020
@TheAngryByrd
Copy link
Author

Thanks! FYI I'm extensively testing the and! applicative stuff over here in FsToolkit.ErrorHandling.

@realvictorprm
Copy link

any idea how I can pass the preview compiler flag to the fable webpack loader?

@ncave
Copy link
Collaborator

ncave commented Jun 10, 2020

@realvictorprm As mentioned above, you should be able to just add it to your .fsproj file (as you would when you compile with dotnet).

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

3 participants