diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-06-17 10:44:05 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-22 02:34:49 -0400 |
commit | 362f078ef980c735d29bfa037d2a907f0002aece (patch) | |
tree | 49669a938e8809f445db815eaa5484f79615bc96 /testsuite/tests/printer | |
parent | 595dfbb02fc8c15126140886150c99206d57906c (diff) | |
download | haskell-362f078ef980c735d29bfa037d2a907f0002aece.tar.gz |
Typos, minor comment fixes
- Remove fstName, sndName, fstIdKey, sndIdKey - no longer used,
removed from basicKnownKeyNames
- Remove breakpointId, breakpointCondId, opaqueTyCon, unknownTyCon -
they were used in the old implementation of the GHCi debugger
- Fix typos in comments
- Remove outdated comment in Lint.hs
- Use 'LitRubbish' instead of 'RubbishLit' for consistency
- Remove comment about subkinding - superseded by
Note [Kind Constraint and kind Type]
- Mention ticket ID in a linear types error message
- Fix formatting in using-warnings.rst and linear-types.rst
- Remove comment about 'Any' in Dynamic.hs - Dynamic
now uses Typeable + existential instead of Any
- Remove codeGen/should_compile/T13233.hs
This was added by accident, it is not used and T13233 is already in
should_fail
Diffstat (limited to 'testsuite/tests/printer')
-rw-r--r-- | testsuite/tests/printer/RdrNames.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/printer/RdrNames.hs b/testsuite/tests/printer/RdrNames.hs index 5124bcccde..1bdf4f2fb3 100644 --- a/testsuite/tests/printer/RdrNames.hs +++ b/testsuite/tests/printer/RdrNames.hs @@ -97,12 +97,6 @@ lt = undefined -- --------------------------------------------------------------------- --- | '[:' ':]' {% ams (sLL $1 $> $ parrTyCon_RDR) [mo $1,mc $2] } - --- GHC source indicates this constuctor is only available in PrelPArr --- ltp :: [::] a --- ltp = undefined - -- --------------------------------------------------------------------- -- | '(' '~#' ')' {% ams (sLL $1 $> $ getRdrName eqPrimTyCon) |