defloc-0.2.0.0: Finds locations of function definitions in shell scripts
Safe HaskellNone
LanguageHaskell2010

Defloc

Documentation

findFuncTokenIds :: String -> Token -> [(Id, String)] Source #

main :: IO () Source #

parse :: (FilePath, String) -> (FilePath, ParseResult) Source #

processFiles :: String -> [(FilePath, String)] -> IO () Source #

processReport :: String -> (FilePath, ParseResult) -> Either String [String] Source #