Module exporting the simple Resource
type
- newtype Resource = Resource {
- unResource :: String
- fromIdentifier :: Identifier -> Resource
- toIdentifier :: Resource -> Identifier
Documentation
A resource
fromIdentifier :: Identifier -> ResourceSource
Create a resource from an identifier
toIdentifier :: Resource -> IdentifierSource
Map the resource to an identifier. Note that the group will not be set!