| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Language.PureScript.Ide.Error
Description
Error types for psc-ide
Documentation
data PscIdeError Source
Constructors
| GeneralError ErrorMsg | |
| NotFound Text | |
| ModuleNotFound ModuleIdent | |
| ModuleFileNotFound ModuleIdent | |
| ParseError ParseError ErrorMsg | |
| RebuildError [JSONError] |
Instances
textError :: PscIdeError -> Text Source