We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Personal thing here, I stumple upon this all the time.
Fix this:
[EntryPoint] let main _ = 42
to this
[<EntryPoint>] let main _ = 42
Could be super helpful in tests also, with all the Fact and Theory attrs.
Fact
Theory
The text was updated successfully, but these errors were encountered:
Tracking
No branches or pull requests
Personal thing here, I stumple upon this all the time.
Fix this:
to this
Could be super helpful in tests also, with all the
Fact
andTheory
attrs.The text was updated successfully, but these errors were encountered: