ShellCheck-0.4.7: Shell script analysis tool

Safe HaskellNone
LanguageHaskell98

ShellCheck.Interface

Documentation

newtype AnalysisResult Source #

Constructors

AnalysisResult 

data Shell Source #

Constructors

Ksh 
Sh 
Bash 
Dash 

Instances

Eq Shell Source # 

Methods

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

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

Show Shell Source # 

Methods

showsPrec :: Int -> Shell -> ShowS #

show :: Shell -> String #

showList :: [Shell] -> ShowS #