| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
ShellCheck.AST
Documentation
data AssignmentMode Source #
Instances
Constructors
| CaseBreak | |
| CaseFallThrough | |
| CaseContinue |
Constructors
data Annotation Source #
Constructors
| DisableComment Integer | |
| SourceOverride String | |
| ShellOverride String |
Instances