Safe Haskell | None |
---|---|
Language | Haskell98 |
ShellCheck.Interface
Documentation
newtype SystemInterface m #
Constructors
SystemInterface | |
Fields
|
Constructors
CheckSpec | |
Fields
|
data CheckResult #
Constructors
CheckResult | |
Fields
|
Instances
Constructors
ParseSpec | |
Fields
|
data ParseResult #
Constructors
ParseResult | |
Fields
|
Instances
data AnalysisSpec #
Constructors
AnalysisSpec | |
Fields
|
newtype AnalysisResult #
Constructors
AnalysisResult | |
Fields
|
newtype FormatterOptions #
Constructors
FormatterOptions | |
Fields |
type ErrorMessage = String #
mockedSystemInterface :: [(String, String)] -> SystemInterface Identity #