forked from qfpl/hpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLanguage-Python-Validate-Error.html
More file actions
1 lines (1 loc) · 36.4 KB
/
Language-Python-Validate-Error.html
File metadata and controls
1 lines (1 loc) · 36.4 KB
1
<!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>Language.Python.Validate.Error</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><link rel="stylesheet" type="text/css" href="quick-jump.css" /><script src="haddock-bundle.min.js" async="async" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">hpython-0.1.0.1: Python language tools</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Language.Python.Validate.Error</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src">module <a href="Language-Python-Validate-Indentation-Error.html">Language.Python.Validate.Indentation.Error</a></p></div><div class="top"><p class="src">module <a href="Language-Python-Validate-Scope-Error.html">Language.Python.Validate.Scope.Error</a></p></div><div class="top"><p class="src">module <a href="Language-Python-Validate-Syntax-Error.html">Language.Python.Validate.Syntax.Error</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:ValidationError" class="def">ValidationError</a> a <a href="#t:ValidationError" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:IndentationError" class="def">IndentationError</a> (<a href="Language-Python-Validate-Indentation-Error.html#t:IndentationError" title="Language.Python.Validate.Indentation.Error">IndentationError</a> a)</td><td class="doc empty"> </td></tr><tr><td class="src"><a id="v:ScopeError" class="def">ScopeError</a> (<a href="Language-Python-Validate-Scope-Error.html#t:ScopeError" title="Language.Python.Validate.Scope.Error">ScopeError</a> a)</td><td class="doc empty"> </td></tr><tr><td class="src"><a id="v:SyntaxError" class="def">SyntaxError</a> (<a href="Language-Python-Validate-Syntax-Error.html#t:SyntaxError" title="Language.Python.Validate.Syntax.Error">SyntaxError</a> a)</td><td class="doc empty"> </td></tr></table></div><div class="subs instances"><details id="i:ValidationError" open="open"><summary>Instances</summary><table><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:ValidationError:Eq:1"></span> <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> a => <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-Eq.html#t:Eq" title="Data.Eq">Eq</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a)</span> <a href="#t:ValidationError" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:id:ValidationError:Eq:1"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Language-Python-Validate-Error.html">Language.Python.Validate.Error</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a -> <a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a -> <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a -> <a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a -> <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-Bool.html#t:Bool" title="Data.Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:ValidationError:Show:2"></span> <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Text-Show.html#t:Show" title="Text.Show">Show</a> a => <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Text-Show.html#t:Show" title="Text.Show">Show</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a)</span> <a href="#t:ValidationError" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:id:ValidationError:Show:2"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Language-Python-Validate-Error.html">Language.Python.Validate.Error</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-Int.html#t:Int" title="Data.Int">Int</a> -> <a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a -> <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a -> <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a] -> <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Text-Show.html#t:ShowS" title="Text.Show">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:ValidationError:AsTabError:3"></span> <a href="Language-Python-Internal-Lexer.html#t:AsTabError" title="Language.Python.Internal.Lexer">AsTabError</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a</span> <a href="#t:ValidationError" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:id:ValidationError:AsTabError:3"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Language-Python-Validate-Error.html">Language.Python.Validate.Error</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:_TabError">_TabError</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_TabError" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:ValidationError:AsIndentationError:4"></span> <a href="Language-Python-Validate-Indentation-Error.html#t:AsIndentationError" title="Language.Python.Validate.Indentation.Error">AsIndentationError</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a</span> <a href="#t:ValidationError" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:id:ValidationError:AsIndentationError:4"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Language-Python-Validate-Error.html">Language.Python.Validate.Error</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:_IndentationError">_IndentationError</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (<a href="Language-Python-Validate-Indentation-Error.html#t:IndentationError" title="Language.Python.Validate.Indentation.Error">IndentationError</a> a) <a href="#v:_IndentationError" class="selflink">#</a></p><p class="src"><a href="#v:_ExpectedGreaterThan">_ExpectedGreaterThan</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) ([<a href="Language-Python-Syntax-Whitespace.html#t:Indent" title="Language.Python.Syntax.Whitespace">Indent</a>], <a href="Language-Python-Syntax-Whitespace.html#t:Indents" title="Language.Python.Syntax.Whitespace">Indents</a> a) <a href="#v:_ExpectedGreaterThan" class="selflink">#</a></p><p class="src"><a href="#v:_ExpectedEqualTo">_ExpectedEqualTo</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) ([<a href="Language-Python-Syntax-Whitespace.html#t:Indent" title="Language.Python.Syntax.Whitespace">Indent</a>], <a href="Language-Python-Syntax-Whitespace.html#t:Indents" title="Language.Python.Syntax.Whitespace">Indents</a> a) <a href="#v:_ExpectedEqualTo" class="selflink">#</a></p><p class="src"><a href="#v:_EmptyContinuedLine">_EmptyContinuedLine</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_EmptyContinuedLine" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:ValidationError:AsScopeError:5"></span> <a href="Language-Python-Validate-Scope-Error.html#t:AsScopeError" title="Language.Python.Validate.Scope.Error">AsScopeError</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a</span> <a href="#t:ValidationError" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:id:ValidationError:AsScopeError:5"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Language-Python-Validate-Error.html">Language.Python.Validate.Error</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:_ScopeError">_ScopeError</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (<a href="Language-Python-Validate-Scope-Error.html#t:ScopeError" title="Language.Python.Validate.Scope.Error">ScopeError</a> a) <a href="#v:_ScopeError" class="selflink">#</a></p><p class="src"><a href="#v:_FoundNonlocal">_FoundNonlocal</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_FoundNonlocal" class="selflink">#</a></p><p class="src"><a href="#v:_FoundGlobal">_FoundGlobal</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_FoundGlobal" class="selflink">#</a></p><p class="src"><a href="#v:_DeletedIdent">_DeletedIdent</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_DeletedIdent" class="selflink">#</a></p><p class="src"><a href="#v:_FoundDynamic">_FoundDynamic</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="Language-Python-Syntax-Ident.html#t:Ident" title="Language.Python.Syntax.Ident">Ident</a> [] a) <a href="#v:_FoundDynamic" class="selflink">#</a></p><p class="src"><a href="#v:_NotInScope">_NotInScope</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (<a href="Language-Python-Syntax-Ident.html#t:Ident" title="Language.Python.Syntax.Ident">Ident</a> [] a) <a href="#v:_NotInScope" class="selflink">#</a></p><p class="src"><a href="#v:_BadShadowing">_BadShadowing</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (<a href="Language-Python-Syntax-Ident.html#t:Ident" title="Language.Python.Syntax.Ident">Ident</a> [] a) <a href="#v:_BadShadowing" class="selflink">#</a></p></div></details></td></tr><tr><td class="src clearfix"><span class="inst-left"><span class="instance details-toggle-control details-toggle" data-details-id="i:id:ValidationError:AsSyntaxError:6"></span> <a href="Language-Python-Validate-Syntax-Error.html#t:AsSyntaxError" title="Language.Python.Validate.Syntax.Error">AsSyntaxError</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a</span> <a href="#t:ValidationError" class="selflink">#</a></td><td class="doc empty"> </td></tr><tr><td colspan="2"><details id="i:id:ValidationError:AsSyntaxError:6"><summary class="hide-when-js-enabled">Instance details</summary><p>Defined in <a href="Language-Python-Validate-Error.html">Language.Python.Validate.Error</a></p> <div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:_SyntaxError">_SyntaxError</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (<a href="Language-Python-Validate-Syntax-Error.html#t:SyntaxError" title="Language.Python.Validate.Syntax.Error">SyntaxError</a> a) <a href="#v:_SyntaxError" class="selflink">#</a></p><p class="src"><a href="#v:_PositionalAfterKeywordArg">_PositionalAfterKeywordArg</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="Language-Python-Syntax-Expr.html#t:Expr" title="Language.Python.Syntax.Expr">Expr</a> [] a) <a href="#v:_PositionalAfterKeywordArg" class="selflink">#</a></p><p class="src"><a href="#v:_PositionalAfterKeywordUnpacking">_PositionalAfterKeywordUnpacking</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="Language-Python-Syntax-Expr.html#t:Expr" title="Language.Python.Syntax.Expr">Expr</a> [] a) <a href="#v:_PositionalAfterKeywordUnpacking" class="selflink">#</a></p><p class="src"><a href="#v:_CannotAssignTo">_CannotAssignTo</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="Language-Python-Syntax-Expr.html#t:Expr" title="Language.Python.Syntax.Expr">Expr</a> [] a) <a href="#v:_CannotAssignTo" class="selflink">#</a></p><p class="src"><a href="#v:_CannotDelete">_CannotDelete</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="Language-Python-Syntax-Expr.html#t:Expr" title="Language.Python.Syntax.Expr">Expr</a> [] a) <a href="#v:_CannotDelete" class="selflink">#</a></p><p class="src"><a href="#v:_CannotAugAssignTo">_CannotAugAssignTo</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="Language-Python-Syntax-Expr.html#t:Expr" title="Language.Python.Syntax.Expr">Expr</a> [] a) <a href="#v:_CannotAugAssignTo" class="selflink">#</a></p><p class="src"><a href="#v:_NoBindingNonlocal">_NoBindingNonlocal</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (<a href="Language-Python-Syntax-Ident.html#t:Ident" title="Language.Python.Syntax.Ident">Ident</a> [] a) <a href="#v:_NoBindingNonlocal" class="selflink">#</a></p><p class="src"><a href="#v:_PositionalAfterKeywordParam">_PositionalAfterKeywordParam</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a>) <a href="#v:_PositionalAfterKeywordParam" class="selflink">#</a></p><p class="src"><a href="#v:_UnexpectedDoubleStarParam">_UnexpectedDoubleStarParam</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a>) <a href="#v:_UnexpectedDoubleStarParam" class="selflink">#</a></p><p class="src"><a href="#v:_DuplicateArgument">_DuplicateArgument</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a>) <a href="#v:_DuplicateArgument" class="selflink">#</a></p><p class="src"><a href="#v:_UnexpectedNewline">_UnexpectedNewline</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_UnexpectedNewline" class="selflink">#</a></p><p class="src"><a href="#v:_UnexpectedComment">_UnexpectedComment</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_UnexpectedComment" class="selflink">#</a></p><p class="src"><a href="#v:_IdentifierReservedWord">_IdentifierReservedWord</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a>) <a href="#v:_IdentifierReservedWord" class="selflink">#</a></p><p class="src"><a href="#v:_EmptyIdentifier">_EmptyIdentifier</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_EmptyIdentifier" class="selflink">#</a></p><p class="src"><a href="#v:_BadCharacter">_BadCharacter</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a>) <a href="#v:_BadCharacter" class="selflink">#</a></p><p class="src"><a href="#v:_BreakOutsideLoop">_BreakOutsideLoop</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_BreakOutsideLoop" class="selflink">#</a></p><p class="src"><a href="#v:_ContinueOutsideLoop">_ContinueOutsideLoop</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_ContinueOutsideLoop" class="selflink">#</a></p><p class="src"><a href="#v:_ReturnOutsideFunction">_ReturnOutsideFunction</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_ReturnOutsideFunction" class="selflink">#</a></p><p class="src"><a href="#v:_NonlocalOutsideFunction">_NonlocalOutsideFunction</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_NonlocalOutsideFunction" class="selflink">#</a></p><p class="src"><a href="#v:_ParametersNonlocal">_ParametersNonlocal</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, [<a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a>]) <a href="#v:_ParametersNonlocal" class="selflink">#</a></p><p class="src"><a href="#v:_Can-39-tJoinStringAndBytes">_Can'tJoinStringAndBytes</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_Can-39-tJoinStringAndBytes" class="selflink">#</a></p><p class="src"><a href="#v:_YieldOutsideGenerator">_YieldOutsideGenerator</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_YieldOutsideGenerator" class="selflink">#</a></p><p class="src"><a href="#v:_MalformedDecorator">_MalformedDecorator</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_MalformedDecorator" class="selflink">#</a></p><p class="src"><a href="#v:_InvalidDictUnpacking">_InvalidDictUnpacking</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_InvalidDictUnpacking" class="selflink">#</a></p><p class="src"><a href="#v:_InvalidSetUnpacking">_InvalidSetUnpacking</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_InvalidSetUnpacking" class="selflink">#</a></p><p class="src"><a href="#v:_TypedParamInLambda">_TypedParamInLambda</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_TypedParamInLambda" class="selflink">#</a></p><p class="src"><a href="#v:_AsyncWithOutsideCoroutine">_AsyncWithOutsideCoroutine</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_AsyncWithOutsideCoroutine" class="selflink">#</a></p><p class="src"><a href="#v:_AsyncForOutsideCoroutine">_AsyncForOutsideCoroutine</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_AsyncForOutsideCoroutine" class="selflink">#</a></p><p class="src"><a href="#v:_YieldFromInsideCoroutine">_YieldFromInsideCoroutine</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_YieldFromInsideCoroutine" class="selflink">#</a></p><p class="src"><a href="#v:_YieldInsideCoroutine">_YieldInsideCoroutine</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_YieldInsideCoroutine" class="selflink">#</a></p><p class="src"><a href="#v:_AwaitOutsideCoroutine">_AwaitOutsideCoroutine</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_AwaitOutsideCoroutine" class="selflink">#</a></p><p class="src"><a href="#v:_AwaitInsideComprehension">_AwaitInsideComprehension</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_AwaitInsideComprehension" class="selflink">#</a></p><p class="src"><a href="#v:_NullByte">_NullByte</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_NullByte" class="selflink">#</a></p><p class="src"><a href="#v:_NonAsciiInBytes">_NonAsciiInBytes</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-Char.html#t:Char" title="Data.Char">Char</a>) <a href="#v:_NonAsciiInBytes" class="selflink">#</a></p><p class="src"><a href="#v:_DefaultExceptMustBeLast">_DefaultExceptMustBeLast</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_DefaultExceptMustBeLast" class="selflink">#</a></p><p class="src"><a href="#v:_WildcardImportInDefinition">_WildcardImportInDefinition</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_WildcardImportInDefinition" class="selflink">#</a></p><p class="src"><a href="#v:_NoKeywordsAfterEmptyStarArg">_NoKeywordsAfterEmptyStarArg</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_NoKeywordsAfterEmptyStarArg" class="selflink">#</a></p><p class="src"><a href="#v:_ManyStarredTargets">_ManyStarredTargets</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_ManyStarredTargets" class="selflink">#</a></p><p class="src"><a href="#v:_ManyStarredParams">_ManyStarredParams</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_ManyStarredParams" class="selflink">#</a></p><p class="src"><a href="#v:_ContinueInsideFinally">_ContinueInsideFinally</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) a <a href="#v:_ContinueInsideFinally" class="selflink">#</a></p><p class="src"><a href="#v:_ParameterMarkedGlobal">_ParameterMarkedGlobal</a> :: <a href="file:///nix/store/ns4s0jprc1hmi393y85xji1s2z76dp5w-lens-4.16.1-doc/share/doc/lens-4.16.1/html/Control-Lens-Type.html#t:Prism-39-" title="Control.Lens.Type">Prism'</a> (<a href="Language-Python-Validate-Error.html#t:ValidationError" title="Language.Python.Validate.Error">ValidationError</a> a) (a, <a href="file:///nix/store/vqpc66a1hnvmjq14k7crkp0diwarf9vl-ghc-8.4.4-doc/share/doc/ghc/html/libraries/base-4.11.1.0/Data-String.html#t:String" title="Data.String">String</a>) <a href="#v:_ParameterMarkedGlobal" class="selflink">#</a></p></div></details></td></tr></table></details></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.20.0</p></div></body></html>