 
            
            
            
            
                23 Feb
                
                    2012
                
            
            
                23 Feb
                
                '12
                
            
            
            
        
    
                11:18 a.m.
            
        On 23 February 2012 01:07, Evan Laforge 
Good point, I had forgotten about the Prelude catch. I think I can go remove a bunch of ScopedTypedVariables now.
Note that Prelude.catch has been deprecated in favor of Control.Exception.catch. If you want to catch IOErrors you can either use ScopedTypedVariables or System.IO.Error.catchIOError. Bas