Open
Description
Sel.Hashing
uses a Maybe HashKey
parameter to hashByteString
.
However this is not fantastic in terms of readability.
I'd like to avoid Maybe-blindness by having a sum type like data KeyParma = Key <hashkey> | NoKey
(or Constant
).