diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-04 18:37:23 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-04 18:37:23 +0100 |
commit | df723689c415573fa6c7d83663758154fa7dc46f (patch) | |
tree | ac112c1df39efb83b35fc4089a815be6b39e08d1 /docs | |
parent | 6b3c039117d3af575e44e0c4577b94db76eaf560 (diff) | |
download | haskell-df723689c415573fa6c7d83663758154fa7dc46f.tar.gz |
Typofixes in manual and comments [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 919ec7d468..e21a975993 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -3872,7 +3872,7 @@ generates :: instance Num Dollars -One can think of this instance being implementated with the same code as the +One can think of this instance being implemented with the same code as the ``Num Int`` instance, but with ``Dollars`` and ``getDollars`` added wherever necessary in order to make it typecheck. (In practice, GHC uses a somewhat different approach to code generation. See the :ref:`precise-gnd-specification` |