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

Safe HaskellNone
LanguageHaskell98

HsDev.Inspect

Synopsis

Documentation

analyzeModule :: [String] -> Maybe FilePath -> String -> Either String Module Source

Analize source contents

fileInspection :: FilePath -> [String] -> ErrorT String IO Inspection Source

File inspection data

projectDirs :: Project -> ErrorT String IO [Extensions FilePath] Source

Enumerate project dirs

projectSources :: Project -> ErrorT String IO [Extensions FilePath] Source

Enumerate project source files