cardano-data-0.1.0.0: Specialized data for Cardano project
Safe Haskell None
Language Haskell2010

Data.Roundtrip

Description

Defines reusable abstractions for testing Roundtrip properties of CBOR instances

Synopsis

Documentation

embedTrip :: ( ToCBOR t, FromCBOR s) => t -> RoundTripResult s Source #

Can we serialise a type, and then deserialise it as something else?