Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- class ConfidentialShowable s where
- confidentiallyShow :: s -> Text
Documentation
class ConfidentialShowable s where Source #
Something which contains confidential information and can be rendered as text such that the text also includes confidential information. It is expected (but not required) that such types will also have a Show instance which obscures the confidential information.
confidentiallyShow :: s -> Text Source #
Show the value, including any confidential information.