lens-5.0.1: Lenses, Folds and Traversals
Copyright (C) 2012-2016 Edward Kmett
License BSD-style (see the file LICENSE)
Maintainer Edward Kmett <ekmett@gmail.com>
Stability experimental
Portability Rank2Types
Safe Haskell Safe-Inferred
Language Haskell2010

System.IO.Error.Lens

Description

Synopsis

IOException Lenses

handle :: Lens' IOException ( Maybe Handle ) Source #

The handle used by the action flagging this error.

IOErrorType Prisms