Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Arguments | |
|
defaultArguments :: Priority -> Arguments Source #
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 |
newtype IdeCommand state #
IdeCommand (state -> IO ()) |
Instances
Show (IdeCommand st) | |
Defined in Ide.Types showsPrec :: Int -> IdeCommand st -> ShowS # show :: IdeCommand st -> String # showList :: [IdeCommand st] -> ShowS # |
defaultMain :: Arguments -> IO () Source #