| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hercules.API.Sensitive
Documentation
newtype wrapper to avoid leaking sensitive data through Show
Instances
| Applicative Sensitive Source # | |
| Functor Sensitive Source # | |
| Monad Sensitive Source # | |
| FromJSON a => FromJSON (Sensitive a) Source # | |
| ToJSON a => ToJSON (Sensitive a) Source # | |
Defined in Hercules.API.Sensitive | |
| Monoid a => Monoid (Sensitive a) Source # | |
| Semigroup a => Semigroup (Sensitive a) Source # | |
| Generic (Sensitive a) Source # | |
| Show (Sensitive a) Source # | const "sensitive" |
| Eq a => Eq (Sensitive a) Source # | |
| Ord a => Ord (Sensitive a) Source # | |
Defined in Hercules.API.Sensitive | |
| type Rep (Sensitive a) Source # | |
Defined in Hercules.API.Sensitive | |