We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ryyppy
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2f7cd58 commit 5e74246Copy full SHA for 5e74246
src/common/WarningFlagDescription.res
@@ -7,7 +7,6 @@ let numeric = [
7
"Fragile pattern matching: matching that will remain complete even if additional constructors are added to one of the variant types matched.",
8
),
9
(5, "Partially applied function: expression whose result has function type and is ignored."),
10
- (6, "Label omitted in function application."),
11
(8, "Partial match: missing cases in pattern-matching."),
12
(9, "Missing fields in a record pattern."),
13
(
@@ -57,7 +56,6 @@ let numeric = [
57
56
(57, "Ambiguous or-pattern variables under guard"),
58
(59, "Assignment to non-mutable value"),
59
(60, "Unused module declaration"),
60
- (61, "Unboxable type in primitive declaration"),
61
(62, "Type constraint on GADT type declaration"),
62
(101, "Unused bs attributes"),
63
(102, "Polymorphic comparison introduced (maybe unsafe)"),
0 commit comments