diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-02-13 15:32:49 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-02-15 09:39:02 +0100 |
commit | e28fbbb7c3d5904a88b4743d0d10f212d61d8293 (patch) | |
tree | 9b3c164a321cdf3124fdd1eb562bdfd7eb77cd19 /docs | |
parent | 93e65c8ab7b468d69bf24d9dc2f197d24e5166f4 (diff) | |
download | haskell-e28fbbb7c3d5904a88b4743d0d10f212d61d8293.tar.gz |
Typos [ci skip]
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 550bca8949..dbb17351d3 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -146,7 +146,7 @@ specifies their runtime representation. For example, the type ``Int#`` has kind ``TYPE 'IntRep`` and ``Double#`` has kind ``TYPE 'DoubleRep``. These kinds say that the runtime representation of an ``Int#`` is a machine integer, and the runtime representation of a ``Double#`` is a machine double-precision -floating point. In constrast, the kind ``*`` is actually just a synonym +floating point. In contrast, the kind ``*`` is actually just a synonym for ``TYPE 'PtrRepLifted``. More details of the ``TYPE`` mechanisms appear in the `section on runtime representation polymorphism <#runtime-rep>`__. |