ShellCheck-0.4.5: Shell script analysis tool

Safe HaskellNone
LanguageHaskell98

ShellCheck.AnalyzerLib

Documentation

data Scope Source #

Instances

Eq Scope Source # 

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

Show Scope Source # 

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

addComment :: MonadWriter [t] m => t -> m () Source #

warn :: MonadWriter [TokenComment] m => Id -> Code -> String -> m () Source #

err :: MonadWriter [TokenComment] m => Id -> Code -> String -> m () Source #

info :: MonadWriter [TokenComment] m => Id -> Code -> String -> m () Source #

potentially :: Monad m => Maybe (m ()) -> m () Source #

headOrDefault :: t -> [t] -> t Source #

(!!!) :: [a] -> Int -> Maybe a Source #