Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellCI.Sh
Documentation
shToString :: Sh -> String Source #
shlistToString :: [Sh] -> String Source #
Constructors
ShellCheckError String |
|
ValidationError String | used by validations |
FailError String | made by |
Instances
Show HsCiError Source # | |
Exception HsCiError Source # | |
Defined in HaskellCI.Error Methods toException :: HsCiError -> SomeException # fromException :: SomeException -> Maybe HsCiError # displayException :: HsCiError -> String # | |
FromHsCiError HsCiError Source # | |
Defined in HaskellCI.Error Methods fromHsCiError :: HsCiError -> HsCiError Source # | |
MonadErr HsCiError ShM Source # | |
class FromHsCiError e where Source #
Methods
fromHsCiError :: HsCiError -> e Source #
Instances
FromHsCiError HsCiError Source # | |
Defined in HaskellCI.Error Methods fromHsCiError :: HsCiError -> HsCiError Source # |