Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
System.Ctags
Documentation
data TagSearchOutcome Source #
Constructors
TagsFileNotFound [String] | |
IOError IOException |
tokensFromFile :: MonadIO m => m (Either TagSearchOutcome [Text]) Source #
tokensFromStdin :: MonadIO m => m (Either TagSearchOutcome [Text]) Source #