diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-17 10:20:42 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-17 10:20:42 +0100 |
commit | 7a38783b72f86afda14ada2155e63491ced2e7de (patch) | |
tree | 72982f34f101d023a6c54da9ae627084001d6dff /docs | |
parent | 138434fbef32ec86733747bdbc57f6da73cad500 (diff) | |
download | haskell-7a38783b72f86afda14ada2155e63491ced2e7de.tar.gz |
Typos 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 0e8e9563cf..8893a23aa7 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -6309,7 +6309,7 @@ Overloaded lists ``IsList`` class). GHC supports *overloading of the list notation*. Let us recap the -notation for constructing lists. In Haskell, the list notation can be be +notation for constructing lists. In Haskell, the list notation can be used in the following seven ways: :: |