id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
2939,Example in library doco for Control.Exception.handle is no longer supported in GHC 6.10,nr,,"The library documentation for {{{Control.Exception}}} includes an example that does not compile in GHC 6.10:

{{{
Prelude Control.Exception System> do handle (\e -> exitWith (ExitFailure 1)) $ undefined

<interactive>:1:3:
    Ambiguous type variable `e' in the constraint:
      `Exception e'
        arising from a use of `handle' at <interactive>:1:3-41
    Probable fix: add a type signature that fixes these type variable(s)
Prelude Control.Exception System> 
}}}",bug,closed,normal,,Documentation,6.10.1,fixed,,,Unknown/Multiple,Unknown/Multiple,,Unknown,,,,
