Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data family Hash keyrole Source #
Instances
A family of singleton types used in this API to indicate which type to use where it would otherwise be ambiguous or merely unclear.
Values of this type are passed to deserialisation functions for example.
Instances
renderSafeHashAsHex :: SafeHash c tag -> Text Source #