diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2017-03-27 17:41:41 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2017-03-27 17:43:54 +0100 |
commit | 5025fe2435d030f0c5ecdc2a933c7bfcb3efcb7c (patch) | |
tree | 97d7d7eb5fc98db935530da9631f8dab369c6d10 | |
parent | de4723fd6d97b285bb754d8b95531c86d34c4032 (diff) | |
download | haskell-5025fe2435d030f0c5ecdc2a933c7bfcb3efcb7c.tar.gz |
-fspec-constr-keen docs typos [skip ci]
-rw-r--r-- | docs/users_guide/using-optimisation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst index 8f7d6b8e03..fb2f2847d4 100644 --- a/docs/users_guide/using-optimisation.rst +++ b/docs/users_guide/using-optimisation.rst @@ -584,8 +584,8 @@ list. :default: off - If this flag is on, call-patten specialision will specialise a call - ``(f (Just x))`` with an explicit constructor agument, even if the argument + If this flag is on, call-pattern specialisation will specialise a call + ``(f (Just x))`` with an explicit constructor argument, even if the argument is not scrutinised in the body of the function. This is sometimes beneficial; e.g. the argument might be given to some other function that can itself be specialised. |