| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PureScript.Ide.Error
- type ErrorMsg = String
- data PscIdeError
- textError :: PscIdeError -> Text
- first :: (a -> b) -> Either a r -> Either b r
Documentation
data PscIdeError Source
Constructors
| GeneralError ErrorMsg | |
| NotFound Text | |
| ModuleNotFound ModuleIdent | |
| ModuleFileNotFound ModuleIdent | |
| ParseError ParseError ErrorMsg |
Instances
textError :: PscIdeError -> Text Source