diff options
author | AriFordsham <arifordsham@gmail.com> | 2021-06-09 15:22:43 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-16 20:20:22 -0400 |
commit | d8bfebec6340ee5e1aa6f1731d5c4b91d8377fdb (patch) | |
tree | 3ff9760b563867bcf1e5d15e32b9199362747692 | |
parent | 01fd26178f2c7ccbddbd66387e21f339cf9cda96 (diff) | |
download | haskell-d8bfebec6340ee5e1aa6f1731d5c4b91d8377fdb.tar.gz |
Corrected typo
-rw-r--r-- | docs/users_guide/exts/rank_polymorphism.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/rank_polymorphism.rst b/docs/users_guide/exts/rank_polymorphism.rst index 8e9f55dd5b..75ce0a06f9 100644 --- a/docs/users_guide/exts/rank_polymorphism.rst +++ b/docs/users_guide/exts/rank_polymorphism.rst @@ -200,7 +200,7 @@ A similar phenomenon occurs for operator sections. For example, expanding it to ``\x -> x \`g3a\` "hello"``. Historical note. Earlier versions of GHC allowed these now-rejected applications, by inserting -automatic eta-expansions, as described in Section 4.6 of `Practical type inference for arbitrary-aank types <https://www.microsoft.com/en-us/research/publication/practical-type-inference-for-arbitrary-rank-types/>`__, where it is +automatic eta-expansions, as described in Section 4.6 of `Practical type inference for arbitrary-rank types <https://www.microsoft.com/en-us/research/publication/practical-type-inference-for-arbitrary-rank-types/>`__, where it is called "deep skolemisation". But these automatic eta-expansions may silently change the semantics of the user's program, and deep skolemisation was removed from the language by |