Safe Haskell | None |
---|---|
Language | Haskell2010 |
Datatypes for the commands psc-ide accepts
Documentation
commandName :: Command -> Text Source #
data ImportCommand Source #
AddImplicitImport ModuleName | |
AddQualifiedImport ModuleName ModuleName | |
AddImportForIdentifier Text (Maybe ModuleName) |
Instances
Eq ImportCommand Source # | |
Defined in Language.PureScript.Ide.Command (==) :: ImportCommand -> ImportCommand -> Bool # (/=) :: ImportCommand -> ImportCommand -> Bool # | |
Show ImportCommand Source # | |
Defined in Language.PureScript.Ide.Command showsPrec :: Int -> ImportCommand -> ShowS # show :: ImportCommand -> String # showList :: [ImportCommand] -> ShowS # | |
FromJSON ImportCommand Source # | |
Defined in Language.PureScript.Ide.Command parseJSON :: Value -> Parser ImportCommand # parseJSONList :: Value -> Parser [ImportCommand] # |