| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Shrun.Configuration.Data.Notify.System
Contents
Description
Provides type for notifications.
Synopsis
- parseNotifySystem :: MonadFail m => m Text -> m NotifySystem
- notifySystemMeta :: IsString a => (Bool, [a])
- mergeNotifySystem :: Maybe NotifySystem -> Maybe NotifySystem -> NotifySystem
- defNotifySystemStr :: Text
Notify system
parseNotifySystem :: MonadFail m => m Text -> m NotifySystem Source #
Parses NotifySystemOs.
notifySystemMeta :: IsString a => (Bool, [a]) Source #
Available NotifySystem strings.
mergeNotifySystem :: Maybe NotifySystem -> Maybe NotifySystem -> NotifySystem Source #
Merges notify systems.