id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
7526,Minor typo in error message,parcs,,"Compiling the following snippet

{{{
{-# LANGUAGE MultiParamTypeClasses #-}
class A a b                           
                                      
class B a                             
instance (A a b) => B ()              
}}}

gives the following error message

{{{
[1 of 1] Compiling Main             ( nomore.hs, nomore.o )

nomore.hs:5:10:
    Variable s `a, b' occur more often than in the instance head
      in the constraint: A a b
    (Use -XUndecidableInstances to permit this)
    In the instance declaration for `B ()'
}}}

Note that ""Variable"" and ""s"" are erroneously separated by a space.",bug,closed,normal,,Compiler,7.6.1,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,Unknown,,,,
