-
- Downloads
Rename NamedWildcards flag to NamedWildCards
Summary: Mind the capital C. As there is already a flag RecordWildCards with a capital C, we should at least try to be consistent in the spelling of WildCards. Test Plan: validate Reviewers: goldfire, simonpj, austin Reviewed By: simonpj, austin Subscribers: carter, thomie Differential Revision: https://phabricator.haskell.org/D584
Showing
- compiler/main/DynFlags.hs 2 additions, 2 deletionscompiler/main/DynFlags.hs
- compiler/parser/Parser.y 1 addition, 1 deletioncompiler/parser/Parser.y
- docs/users_guide/flags.xml 2 additions, 2 deletionsdocs/users_guide/flags.xml
- docs/users_guide/glasgow_exts.xml 3 additions, 3 deletionsdocs/users_guide/glasgow_exts.xml
- testsuite/tests/driver/T4437.hs 1 addition, 1 deletiontestsuite/tests/driver/T4437.hs
- testsuite/tests/partial-sigs/should_compile/Either.hs 1 addition, 1 deletiontestsuite/tests/partial-sigs/should_compile/Either.hs
- testsuite/tests/partial-sigs/should_compile/EveryNamed.hs 1 addition, 1 deletiontestsuite/tests/partial-sigs/should_compile/EveryNamed.hs
- testsuite/tests/partial-sigs/should_compile/ExpressionSigNamed.hs 1 addition, 1 deletion...e/tests/partial-sigs/should_compile/ExpressionSigNamed.hs
- testsuite/tests/partial-sigs/should_compile/GenNamed.hs 1 addition, 1 deletiontestsuite/tests/partial-sigs/should_compile/GenNamed.hs
- testsuite/tests/partial-sigs/should_compile/Meltdown.hs 1 addition, 1 deletiontestsuite/tests/partial-sigs/should_compile/Meltdown.hs
- testsuite/tests/partial-sigs/should_compile/NamedTyVar.hs 1 addition, 1 deletiontestsuite/tests/partial-sigs/should_compile/NamedTyVar.hs
- testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcards.hs 1 addition, 1 deletion...tests/partial-sigs/should_compile/ScopedNamedWildcards.hs
- testsuite/tests/partial-sigs/should_compile/ScopedNamedWildcardsGood.hs 1 addition, 1 deletion...s/partial-sigs/should_compile/ScopedNamedWildcardsGood.hs
- testsuite/tests/partial-sigs/should_compile/ShowNamed.hs 1 addition, 1 deletiontestsuite/tests/partial-sigs/should_compile/ShowNamed.hs
- testsuite/tests/partial-sigs/should_compile/SomethingShowable.hs 1 addition, 1 deletion...te/tests/partial-sigs/should_compile/SomethingShowable.hs
- testsuite/tests/partial-sigs/should_compile/UncurryNamed.hs 1 addition, 1 deletiontestsuite/tests/partial-sigs/should_compile/UncurryNamed.hs
- testsuite/tests/partial-sigs/should_compile/WarningWildcardInstantiations.hs 1 addition, 1 deletion...tial-sigs/should_compile/WarningWildcardInstantiations.hs
- testsuite/tests/partial-sigs/should_fail/InstantiatedNamedWildcardsInConstraints.hs 1 addition, 1 deletion...gs/should_fail/InstantiatedNamedWildcardsInConstraints.hs
- testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs 1 addition, 1 deletion...partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs
- testsuite/tests/partial-sigs/should_fail/NamedWildcardsEnabled.hs 1 addition, 1 deletion...e/tests/partial-sigs/should_fail/NamedWildcardsEnabled.hs
Loading
Please register or sign in to comment