tahoe-capabilities-0.1.0.0: Abstractions related to Tahoe-LAFS "capabilities".
Safe HaskellSafe-Inferred
LanguageHaskell2010

Tahoe.Capability.Internal.Confidential

Synopsis

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.

Methods

confidentiallyShow :: s -> Text Source #

Show the value, including any confidential information.