We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Wimplicit-kind-vars
1 parent b95144b commit b4b20bfCopy full SHA for b4b20bf
.ghci860
@@ -2,6 +2,7 @@
2
-- It should be loaded automatically by the `.ghci` file in this directory.
3
--
4
:script .ghci820
5
+:set -Wimplicit-kind-vars
6
:set -Winaccessible-code
7
:set -Wstar-binder
8
:set -Wstar-is-type
Agda.cabal
@@ -611,7 +611,8 @@ library
611
612
-- NOTE: If adding flags, also add to `.ghci860`
613
if impl(ghc >= 8.6)
614
- ghc-options: -Winaccessible-code
+ ghc-options: -Wimplicit-kind-vars
615
+ -Winaccessible-code
616
-Wstar-binder
617
-Wstar-is-type
618
0 commit comments