| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Charon.Backend.Data
Description
Provides the Backend data type.
Synopsis
- data Backend
- parseBackend :: MonadFail m => Text -> m Backend
- backendTestDesc :: Backend -> String
- backendName :: IsString s => Backend -> s
- backendArgOsPath :: Backend -> OsPath
- backendExt :: Backend -> OsPath
Documentation
Type of backend.
Constructors
| BackendCbor | For use with the cbor backend. |
| BackendFdo | For use with the FreeDesktopOrg backend. |
| BackendJson | For use with the json backend. |
Instances
| Bounded Backend Source # | |
| Enum Backend Source # | |
| Show Backend Source # | |
| Eq Backend Source # | |
| DecodeTOML Backend Source # | |
Defined in Charon.Backend.Data Methods | |
backendTestDesc :: Backend -> String Source #
backendName :: IsString s => Backend -> s Source #
backendArgOsPath :: Backend -> OsPath Source #
backendExt :: Backend -> OsPath Source #