diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-03-30 11:04:37 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-03-30 11:04:37 +0200 |
commit | a76e6f55c28a176c175b45b7279a1d20286bf56b (patch) | |
tree | d8d984e9853e6b9299886bf624539a844a2e7242 /testsuite/tests/warnings | |
parent | cb9a1e6875ac636f7c150ffacc272a2594a192dc (diff) | |
download | haskell-a76e6f55c28a176c175b45b7279a1d20286bf56b.tar.gz |
Typos in non-code
Diffstat (limited to 'testsuite/tests/warnings')
-rw-r--r-- | testsuite/tests/warnings/should_compile/T11128.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/warnings/should_compile/T11128b.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/warnings/should_compile/T11128.hs b/testsuite/tests/warnings/should_compile/T11128.hs index 081e0748ea..23725c1e4b 100644 --- a/testsuite/tests/warnings/should_compile/T11128.hs +++ b/testsuite/tests/warnings/should_compile/T11128.hs @@ -35,7 +35,7 @@ instance M.Monad T1 where (>>) = undefined ---------------------------------------------------------------------------- --- backward compat canonical defintion +-- backward compat canonical definition data T2 a = T2 a deriving Functor diff --git a/testsuite/tests/warnings/should_compile/T11128b.hs b/testsuite/tests/warnings/should_compile/T11128b.hs index 2cca9a53e0..497927716c 100644 --- a/testsuite/tests/warnings/should_compile/T11128b.hs +++ b/testsuite/tests/warnings/should_compile/T11128b.hs @@ -43,7 +43,7 @@ instance MF.MonadFail T1 where fail = M.fail ---------------------------------------------------------------------------- --- backward compat canonical defintion +-- backward compat canonical definition data T2 a = T2 a deriving Functor |