hsdev-0.1.3.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

inspectDocs :: [String] -> Module -> ErrorT String IO Module Source

Extract file docs and set them to module declarations

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

Enumerate project source files