Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.PureScript.Ide.Command
Description
Datatypes for the commands psc-ide accepts
Documentation
Constructors
Load [ModuleName] | |
LoadSync [ModuleName] | |
Type | |
Fields
| |
Complete | |
CaseSplit | |
Fields | |
AddClause | |
Fields | |
FindUsages | |
Fields | |
Import FilePath (Maybe FilePath) [Filter] ImportCommand | |
List | |
Rebuild FilePath (Maybe FilePath) | |
RebuildSync FilePath (Maybe FilePath) | |
Cwd | |
Reset | |
Quit |
commandName :: Command -> Text Source #
data ImportCommand Source #
Constructors
AddImplicitImport ModuleName | |
AddQualifiedImport ModuleName ModuleName | |
AddImportForIdentifier Text (Maybe ModuleName) |
Instances