Ouroboros.Consensus.Util.CRC
data CRCError Source #
Constructors
Defined in Ouroboros.Consensus.Util.CRC
Methods
showsPrec ∷ Int → CRCError → ShowS #
show ∷ CRCError → String #
showList ∷ [CRCError] → ShowS #
(==) ∷ CRCError → CRCError → Bool #
(/=) ∷ CRCError → CRCError → Bool #
crcOfConcat ∷ CRC → CRC → CRC Source #
readCRC ∷ ∀ (m ∷ Type → Type) h. MonadThrow m ⇒ HasFS m h → FsPath → ExceptT CRCError m CRC Source #