Replace INLINEABLE by INLINABLE (#12613)
as the latter is the official, correct spelling, and the former just a misspelling accepted by GHC. Also document in the user’s guide that the alternative spelling is accepted This commit was brough to you by HIW 2016.
Showing
- compiler/coreSyn/CoreSyn.hs 1 addition, 1 deletioncompiler/coreSyn/CoreSyn.hs
- compiler/coreSyn/CoreUnfold.hs 4 additions, 4 deletionscompiler/coreSyn/CoreUnfold.hs
- compiler/simplCore/OccurAnal.hs 5 additions, 5 deletionscompiler/simplCore/OccurAnal.hs
- compiler/simplCore/Simplify.hs 1 addition, 1 deletioncompiler/simplCore/Simplify.hs
- compiler/specialise/SpecConstr.hs 1 addition, 1 deletioncompiler/specialise/SpecConstr.hs
- compiler/specialise/Specialise.hs 7 additions, 7 deletionscompiler/specialise/Specialise.hs
- docs/users_guide/glasgow_exts.rst 2 additions, 0 deletionsdocs/users_guide/glasgow_exts.rst
- docs/users_guide/using-warnings.rst 2 additions, 2 deletionsdocs/users_guide/using-warnings.rst
- libraries/base/Control/Monad.hs 6 additions, 6 deletionslibraries/base/Control/Monad.hs
- libraries/base/Data/Bits.hs 1 addition, 1 deletionlibraries/base/Data/Bits.hs
- libraries/base/GHC/Base.hs 10 additions, 10 deletionslibraries/base/GHC/Base.hs
- libraries/base/GHC/List.hs 2 additions, 2 deletionslibraries/base/GHC/List.hs
- libraries/base/GHC/Real.hs 2 additions, 2 deletionslibraries/base/GHC/Real.hs
- testsuite/tests/perf/compiler/all.T 1 addition, 1 deletiontestsuite/tests/perf/compiler/all.T
- testsuite/tests/rename/should_fail/T7906.hs 1 addition, 1 deletiontestsuite/tests/rename/should_fail/T7906.hs
Loading
Please register or sign in to comment