Copyright | (c) Henry J. Wylde 2016 |
---|---|
License | BSD3 |
Maintainer | public@hjwylde.com |
Safe Haskell | Safe |
Language | Haskell2010 |
Data.String.Humanise
Contents
Description
Humanise type class for displaying data structures to a human.
Synopsis
- class Humanise a where
Humanise
class Humanise a where Source #
Minimal complete definition
Instances
Humanise Text Source # | |
Humanise Activity Source # | |
Humanise Allegiance Source # | |
Defined in Game.Werewolf.Role Methods humanise :: Allegiance -> Text Source # | |
Humanise Role Source # | |
Humanise Player Source # | |
Humanise Variant Source # | |
Humanise Stage Source # | |
Humanise a => Humanise [a] Source # | |
Defined in Data.String.Humanise |