diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-06-02 11:02:13 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-06-02 11:07:10 +0200 |
commit | 750a25f47b626e6495cc6f951eca071429744767 (patch) | |
tree | 458e3698921ee1acdde30b16ed621080d34e8884 /testsuite/tests/programs | |
parent | d39a3409acd3c40fb018ec1c114f15d3ecef6ef9 (diff) | |
download | haskell-750a25f47b626e6495cc6f951eca071429744767.tar.gz |
A few typos [ci skip]
Diffstat (limited to 'testsuite/tests/programs')
-rw-r--r-- | testsuite/tests/programs/andy_cherry/GenUtils.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/programs/andy_cherry/GenUtils.hs b/testsuite/tests/programs/andy_cherry/GenUtils.hs index 8ff67576b5..2a0a9606fc 100644 --- a/testsuite/tests/programs/andy_cherry/GenUtils.hs +++ b/testsuite/tests/programs/andy_cherry/GenUtils.hs @@ -189,8 +189,8 @@ mapAccumL f s (b:bs) = (c:cs,s'') --- Now some utilties involving arrays. --- Here is a version of @elem@ that uses partual application +-- Now some utilities involving arrays. +-- Here is a version of @elem@ that uses partial application -- to optimise lookup. arrElem :: (Ix a) => [a] -> a -> Bool |