diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2016-09-24 09:16:59 +0900 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2016-09-24 09:19:32 +0900 |
commit | 68f72f101d67b276aff567be03619a3fd9618017 (patch) | |
tree | 3ab35a6e7128daa45d778f590a1f037fa1094a5b /docs/users_guide/glasgow_exts.rst | |
parent | d122935340ddf97a5a8496070de1f9bb34328440 (diff) | |
download | haskell-68f72f101d67b276aff567be03619a3fd9618017.tar.gz |
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.
Diffstat (limited to 'docs/users_guide/glasgow_exts.rst')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index 3c4453df81..025aad89da 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -12066,6 +12066,8 @@ behaviour: recursive function. The principal reason do to so to allow later use of ``SPECIALISE`` +The alternative spelling ``INLINEABLE`` is also accepted by GHC. + .. _noinline-pragma: NOINLINE pragma |