id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1595,"duplicate ""not in scope"" error when giving multiple vars type-signatures at once",Isaac Dupree,michalt,"(bug in 6.6.1 and 6.7)

{{{
a, b :: Integer -> Tpyo
a = undefined
b = undefined
}}}
results in
{{{

gw.hs:2:19: Not in scope: type constructor or class `Tpyo'

gw.hs:2:19: Not in scope: type constructor or class `Tpyo'
}}}

Expected result: only one of the same error per location in file of mistake, not one per function being defined.",bug,closed,normal,7.2.1,Compiler,6.6.1,fixed,,michal.terepeta@… david.waern@…,Unknown/Multiple,Unknown/Multiple,Incorrect warning at compile-time,Unknown,rename/should_fail/T1595,,,
