| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FreeC.Backend
Description
This module contains the Backend data type and all available backends.
Synopsis
- data Backend = Backend {}
- type BackendConverter = Module -> Application String
- backends :: Map String Backend
- showBackends :: String
- defaultBackend :: String
Documentation
Data type that represents a backend.
Constructors
| Backend | |
Fields
| |
type BackendConverter = Module -> Application String Source #
Type synonym for the conversion function of a Backend.
backends :: Map String Backend Source #
A map of all available backends with the name of those backends as keys.
showBackends :: String Source #
Shows a list of all backends.
defaultBackend :: String Source #
Shows the name of the default backend.