This file is indexed.

/usr/share/doc/libghc-lens-doc/html/System-IO-Error-Lens.html is in libghc-lens-doc 4.15.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>System.IO.Error.Lens</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_System-IO-Error-Lens.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/System-IO-Error-Lens.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">lens-4.15.4: Lenses, Folds and Traversals</p></div><div id="content"><div id="module-header"><table class="info"><tr><th valign="top">Copyright</th><td>(C) 2012-2016 Edward Kmett</td></tr><tr><th>License</th><td>BSD-style (see the file LICENSE)</td></tr><tr><th>Maintainer</th><td>Edward Kmett &lt;ekmett@gmail.com&gt;</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>Rank2Types</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">System.IO.Error.Lens</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">IOException Lenses</a></li><li><a href="#g:2">IOErrorType Prisms</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc empty">&nbsp;</div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:location">location</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:description">description</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:handle">handle</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/GHC-IO-Handle.html#t:Handle">Handle</a>)</li><li class="src short"><a href="#v:fileName">fileName</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:FilePath">FilePath</a>)</li><li class="src short"><a href="#v:errno">errno</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Foreign-C-Types.html#t:CInt">CInt</a>)</li><li class="src short"><a href="#v:errorType">errorType</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a></li><li class="src short"><a href="#v:_AlreadyExists">_AlreadyExists</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_NoSuchThing">_NoSuchThing</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_ResourceBusy">_ResourceBusy</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_ResourceExhausted">_ResourceExhausted</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_EOF">_EOF</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_IllegalOperation">_IllegalOperation</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_PermissionDenied">_PermissionDenied</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_UserError">_UserError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_UnsatisfiedConstraints">_UnsatisfiedConstraints</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_SystemError">_SystemError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_ProtocolError">_ProtocolError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_OtherError">_OtherError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_InvalidArgument">_InvalidArgument</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_InappropriateType">_InappropriateType</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_HardwareFault">_HardwareFault</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_UnsupportedOperation">_UnsupportedOperation</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_TimeExpired">_TimeExpired</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_ResourceVanished">_ResourceVanished</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li><li class="src short"><a href="#v:_Interrupted">_Interrupted</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> ()</li></ul></div><div id="interface"><h1 id="g:1">IOException Lenses</h1><div class="top"><p class="src"><a id="v:location" class="def">location</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="src/System-IO-Error-Lens.html#location" class="link">Source</a> <a href="#v:location" class="selflink">#</a></p><div class="doc"><p>Where the error happened.</p></div></div><div class="top"><p class="src"><a id="v:description" class="def">description</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="src/System-IO-Error-Lens.html#description" class="link">Source</a> <a href="#v:description" class="selflink">#</a></p><div class="doc"><p>Error type specific information.</p></div></div><div class="top"><p class="src"><a id="v:handle" class="def">handle</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/GHC-IO-Handle.html#t:Handle">Handle</a>) <a href="src/System-IO-Error-Lens.html#handle" class="link">Source</a> <a href="#v:handle" class="selflink">#</a></p><div class="doc"><p>The handle used by the action flagging this error.</p></div></div><div class="top"><p class="src"><a id="v:fileName" class="def">fileName</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:FilePath">FilePath</a>) <a href="src/System-IO-Error-Lens.html#fileName" class="link">Source</a> <a href="#v:fileName" class="selflink">#</a></p><div class="doc"><p><code><a href="System-IO-Error-Lens.html#v:fileName">fileName</a></code> the error is related to.</p></div></div><div class="top"><p class="src"><a id="v:errno" class="def">errno</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Foreign-C-Types.html#t:CInt">CInt</a>) <a href="src/System-IO-Error-Lens.html#errno" class="link">Source</a> <a href="#v:errno" class="selflink">#</a></p><div class="doc"><p><code><a href="System-IO-Error-Lens.html#v:errno">errno</a></code> leading to this error, if any.</p></div></div><div class="top"><p class="src"><a id="v:errorType" class="def">errorType</a> :: <a href="Control-Lens-Type.html#t:Lens-39-">Lens'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Control-Exception-Base.html#t:IOException">IOException</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> <a href="src/System-IO-Error-Lens.html#errorType" class="link">Source</a> <a href="#v:errorType" class="selflink">#</a></p><div class="doc"><p>What type of error it is</p></div></div><h1 id="g:2">IOErrorType Prisms</h1><div class="top"><p class="src"><a id="v:_AlreadyExists" class="def">_AlreadyExists</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_AlreadyExists" class="link">Source</a> <a href="#v:_AlreadyExists" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_NoSuchThing" class="def">_NoSuchThing</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_NoSuchThing" class="link">Source</a> <a href="#v:_NoSuchThing" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_ResourceBusy" class="def">_ResourceBusy</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_ResourceBusy" class="link">Source</a> <a href="#v:_ResourceBusy" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_ResourceExhausted" class="def">_ResourceExhausted</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_ResourceExhausted" class="link">Source</a> <a href="#v:_ResourceExhausted" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_EOF" class="def">_EOF</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_EOF" class="link">Source</a> <a href="#v:_EOF" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_IllegalOperation" class="def">_IllegalOperation</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_IllegalOperation" class="link">Source</a> <a href="#v:_IllegalOperation" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_PermissionDenied" class="def">_PermissionDenied</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_PermissionDenied" class="link">Source</a> <a href="#v:_PermissionDenied" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_UserError" class="def">_UserError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_UserError" class="link">Source</a> <a href="#v:_UserError" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_UnsatisfiedConstraints" class="def">_UnsatisfiedConstraints</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_UnsatisfiedConstraints" class="link">Source</a> <a href="#v:_UnsatisfiedConstraints" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_SystemError" class="def">_SystemError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_SystemError" class="link">Source</a> <a href="#v:_SystemError" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_ProtocolError" class="def">_ProtocolError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_ProtocolError" class="link">Source</a> <a href="#v:_ProtocolError" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_OtherError" class="def">_OtherError</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_OtherError" class="link">Source</a> <a href="#v:_OtherError" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_InvalidArgument" class="def">_InvalidArgument</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_InvalidArgument" class="link">Source</a> <a href="#v:_InvalidArgument" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_InappropriateType" class="def">_InappropriateType</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_InappropriateType" class="link">Source</a> <a href="#v:_InappropriateType" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_HardwareFault" class="def">_HardwareFault</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_HardwareFault" class="link">Source</a> <a href="#v:_HardwareFault" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_UnsupportedOperation" class="def">_UnsupportedOperation</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_UnsupportedOperation" class="link">Source</a> <a href="#v:_UnsupportedOperation" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_TimeExpired" class="def">_TimeExpired</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_TimeExpired" class="link">Source</a> <a href="#v:_TimeExpired" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_ResourceVanished" class="def">_ResourceVanished</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_ResourceVanished" class="link">Source</a> <a href="#v:_ResourceVanished" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:_Interrupted" class="def">_Interrupted</a> :: <a href="Control-Lens-Type.html#t:Prism-39-">Prism'</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO-Error.html#t:IOErrorType">IOErrorType</a> () <a href="src/System-IO-Error-Lens.html#_Interrupted" class="link">Source</a> <a href="#v:_Interrupted" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>