hpython-0.1.0.1: Python language tools

Copyright(C) CSIRO 2017-2019
LicenseBSD3
MaintainerIsaac Elliott <isaace71295@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Language.Python.Validate.Indentation.Error

Description

 

Documentation

class AsTabError s a | s -> a where #

Minimal complete definition

_TabError

Methods

_TabError :: Prism' s a #

Instances
AsTabError (ParseError a) a # 
Instance details

Defined in Language.Python.Parse.Error

Methods

_TabError :: Prism' (ParseError a) a #

AsTabError (IndentationError a) a # 
Instance details

Defined in Language.Python.Validate.Indentation.Error

AsTabError (ValidationError a) a # 
Instance details

Defined in Language.Python.Validate.Error