Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- roundTripPlutusDataSpec ∷ ∀ x. (HasCallStack, Typeable x, Show x, Eq x, Arbitrary x, ToPlutusData x) ⇒ Spec
Documentation
roundTripPlutusDataSpec ∷ ∀ x. (HasCallStack, Typeable x, Show x, Eq x, Arbitrary x, ToPlutusData x) ⇒ Spec Source #
Test the roundtrip property via fromPlutusData
and toPlutusData
for any type
meeting all the constraints below.