[Git][ghc/ghc][wip/pattern-synonym-docs] Clarify INLINE support for patterns were added in GHC 9.2
Brandon Chinn (@brandonchinn178)
gitlab at gitlab.haskell.org
Fri Sep 30 20:16:12 UTC 2022
Brandon Chinn pushed to branch wip/pattern-synonym-docs at Glasgow Haskell Compiler / GHC
Commits:
a704ff03 by Brandon Chinn at 2022-09-30T20:16:11+00:00
Clarify INLINE support for patterns were added in GHC 9.2
- - - - -
1 changed file:
- docs/users_guide/exts/pattern_synonyms.rst
Changes:
=====================================
docs/users_guide/exts/pattern_synonyms.rst
=====================================
@@ -524,7 +524,7 @@ Pragmas for pattern synonyms
----------------------------
The :ref:`inlinable-pragma`, :ref:`inline-pragma` and :ref:`noinline-pragma` are supported for pattern
-synonyms. For example: ::
+synonyms as of GHC 9.2. For example: ::
pattern InlinablePattern x = [x]
{-# INLINABLE InlinablePattern #-}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a704ff0311447c49a393c0ec8cbd528ced348d01
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a704ff0311447c49a393c0ec8cbd528ced348d01
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220930/bf648f1a/attachment.html>
More information about the ghc-commits
mailing list