hsdev-0.1.6.2: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Server.Types

Synopsis

Documentation

data Command Source

Command from client

Constructors

Ping 
Listen 
AddData 
Scan 
RefineDocs 
InferTypes 
Remove 
InfoModules [TargetFilter] 
InfoPackages 
InfoProjects 
InfoSandboxes 
InfoSymbol SearchQuery [TargetFilter] Bool 
InfoModule SearchQuery [TargetFilter] 
InfoResolve FilePath Bool 
InfoProject (Either String FilePath) 
InfoSandbox FilePath 
Lookup String FilePath 
Whois String FilePath 
ResolveScopeModules SearchQuery FilePath 
ResolveScope SearchQuery Bool FilePath 
Complete String Bool FilePath 
Hayoo 
CabalList 
Lint 
Check 
CheckLint 
Types 
GhcMod 
AutoFix 
GhcEval 
Link 

Fields

linkHold :: Bool
 
Exit