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
Work
// Some code... type AnyDuHasNoValueLabelCase = | Foo | Bar of int
Not Work(Error Message: typecheck error Duplicate definition of type, exception or module 'Counter)
typecheck error Duplicate definition of type, exception or module 'Counter
// Some code... // So far, I can analyze it correctly. type AnyDuHasNoValueLabelCase = | Foo | Bar of int // Other some code... // Not work
Test Code is here.
Avalonia.FuncUI.LiveView/tests/Avalonia.FuncUI.LiveView.Core.Tests/FuncUIAnalysisTests.fs
Lines 231 to 360 in f991cb3
Originally posted by @SilkyFowl in #1 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Work
Not Work(Error Message:
typecheck error Duplicate definition of type, exception or module 'Counter
)Test Code is here.
Avalonia.FuncUI.LiveView/tests/Avalonia.FuncUI.LiveView.Core.Tests/FuncUIAnalysisTests.fs
Lines 231 to 360 in f991cb3
Originally posted by @SilkyFowl in #1 (comment)
The text was updated successfully, but these errors were encountered: