Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Arguments | |
|
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 |
Custom | User defined |
newtype IdeCommand Source #
IdeCommand (IdeState -> IO ()) |
Instances
Show IdeCommand Source # | |
Defined in Development.IDE.Main showsPrec :: Int -> IdeCommand -> ShowS # show :: IdeCommand -> String # showList :: [IdeCommand] -> ShowS # |
defaultMain :: Arguments -> IO () Source #