diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-28 20:36:59 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-30 15:22:04 +0200 |
commit | 969928602aa7b23bcaffe0dbfa885ffce87cea02 (patch) | |
tree | ebadc489a2cd38c9fe2f3b2a2e9880710802df44 /testsuite/tests/dependent | |
parent | 7089dc2f12f9616771fc1de143e9b974157405d8 (diff) | |
download | haskell-969928602aa7b23bcaffe0dbfa885ffce87cea02.tar.gz |
Typofixes [ci skip]
Diffstat (limited to 'testsuite/tests/dependent')
-rw-r--r-- | testsuite/tests/dependent/should_fail/T13135.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_fail/T13135.hs b/testsuite/tests/dependent/should_fail/T13135.hs index c39b3f5842..772ac78bfa 100644 --- a/testsuite/tests/dependent/should_fail/T13135.hs +++ b/testsuite/tests/dependent/should_fail/T13135.hs @@ -62,7 +62,7 @@ arrLen = smartSym sym where -{- The original bug was a familure to subsitute +{- The original bug was a failure to substitute properly during type-function improvement. -------------------------------------- |