[GHC] #11689: typo (extra s) in error message (out-of-scope typess)

#11689: typo (extra s) in error message (out-of-scope typess) -------------------------------------+------------------------------------- Reporter: j.waldmann | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1-rc2 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- {{{ MB.hs:92:49: error: • Ambiguous type variable ... These potential instances exist: ... ...plus 325 instance involving out-of-scope typess }}} There is an extra 's' in 'typess'. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11689 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11689: typo (extra s) in error message (out-of-scope typess) -------------------------------------+------------------------------------- Reporter: j.waldmann | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.0.1-rc2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect | Unknown/Multiple warning at compile-time | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * failure: None/Unknown => Incorrect warning at compile-time * resolution: => fixed * milestone: => 8.0.1 Comment: This was fixed in c8702e3092250b89f60ad3fe7c71c627e5f388f6 which will be present in the next rc. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11689#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11689: typo (extra s) in error message (out-of-scope typess) -------------------------------------+------------------------------------- Reporter: j.waldmann | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 8.0.1-rc2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Incorrect | Unknown/Multiple warning at compile-time | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by j.waldmann): Oh, sorry. Before reporting, I did try this search: https://ghc.haskell.org/trac/ghc/search?q=typess and it did not show a report specific for this bug. It does show #11616 which contains another instance. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11689#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC