l10n-0.1.0.1: Enables providing localization as typeclass instances in separate files.
L10n
class L10n locale a where #
Minimal complete definition
l6e
Methods
l6e :: locale -> a -> Text #
Instances
l6e :: locale -> Int -> Text #
l6e :: locale -> Text -> Text #
class GetLocale s a | s -> a where #
getLocale
getLocale :: s -> a #