[GHC] #10575: "unsatisfied constraints" typo
GHC
ghc-devs at haskell.org
Fri Jun 26 08:26:04 UTC 2015
#10575: "unsatisfied constraints" typo
-------------------------------------+-------------------------------------
Reporter: ekmett | Owner: ekmett
Type: bug | Status: new
Priority: low | Milestone:
Component: Core | Version: 7.10.1
Libraries | Operating System: Unknown/Multiple
Keywords: | Type of failure: None/Unknown
Architecture: | Blocked By:
Unknown/Multiple | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
{{{
UnsatisfiedConstraints -> "unsatisified constraints"
}}}
should be
{{{
UnsatisfiedConstraints -> "unsatisfied constraints"
}}}
in
http://hackage.haskell.org/package/base-4.8.0.0/docs/src/GHC-IO-
Exception.html#line-326
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10575>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list