ghcide-1.7.0.0: The core of an IDE
Safe HaskellNone
LanguageHaskell2010

Development.IDE.Main

Documentation

data Command Source #

Constructors

Check [FilePath]

Typecheck some paths and print diagnostics. Exit code is the number of failures

Db

Run a command in the hiedb

LSP

Run the LSP server

PrintExtensionSchema 
PrintDefaultConfig 
Custom

User defined

Instances

Instances details
Show Command Source # 
Instance details

Defined in Development.IDE.Main

newtype IdeCommand state #

Constructors

IdeCommand (state -> IO ()) 

Instances

Instances details
Show (IdeCommand st) 
Instance details

Defined in Ide.Types

Methods

showsPrec :: Int -> IdeCommand st -> ShowS #

show :: IdeCommand st -> String #

showList :: [IdeCommand st] -> ShowS #

Orphan instances

Show Options Source # 
Instance details

Show Command Source # 
Instance details