id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3988,Spelling correction in LANGUAGE pragmas,batterseapower,,"Somewhat in the spirit of my perenially-ignored #2442 ticket:

{{{
{-# LANGUAGE ExistientialQuantification #-}
}}}

Should results in:

{{{
readFail046.hs:1:14:
    Unsupported extension: ExistientialQuantification
    Perhaps you meant `ExistentialQuantification' or `NoExistentialQuantification'
}}}

Because I always say RecordWildCards instead of RecordWildcards, and can't remember how to spell ""existential"" :-)",feature request,closed,normal,,Compiler,6.12.1,fixed,,,Unknown/Multiple,Unknown/Multiple,None/Unknown,,,,,
