ouroboros-consensus-0.26.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellNone
LanguageHaskell2010

Ouroboros.Consensus.Util.CRC

Documentation

data CRCError Source #

Constructors

CRCInvalid 
CRCNoFile 

Instances

Instances details
Show CRCError Source # 
Instance details

Defined in Ouroboros.Consensus.Util.CRC

Methods

showsPrecIntCRCErrorShowS #

showCRCErrorString #

showList ∷ [CRCError] → ShowS #

Eq CRCError Source # 
Instance details

Defined in Ouroboros.Consensus.Util.CRC

Methods

(==)CRCErrorCRCErrorBool #

(/=)CRCErrorCRCErrorBool #

readCRC ∷ ∀ (m ∷ TypeType) h. MonadThrow m ⇒ HasFS m h → FsPathExceptT CRCError m CRC Source #