diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index ccb3afb7ed..bf0d595df9 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -10890,7 +10890,7 @@ We say that the type variables in ``f`` are *specified*, while those in a type variable in the source program, it is *specified*; if not, it is *inferred*. -Thus rule applies in datatype declarations, too. For example, if we have +This rule applies in datatype declarations, too. For example, if we have ``data Proxy a = Proxy`` (and :extension:`PolyKinds` is enabled), then ``a`` will be assigned kind ``k``, where ``k`` is a fresh kind variable. Because ``k`` was not written by the user, it will be unavailable for |