summaryrefslogtreecommitdiff
path: root/docs/users_guide/glasgow_exts.rst
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-09-24 09:16:59 +0900
committerJoachim Breitner <mail@joachim-breitner.de>2016-09-24 09:19:32 +0900
commit68f72f101d67b276aff567be03619a3fd9618017 (patch)
tree3ab35a6e7128daa45d778f590a1f037fa1094a5b /docs/users_guide/glasgow_exts.rst
parentd122935340ddf97a5a8496070de1f9bb34328440 (diff)
downloadhaskell-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.rst2
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