Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Generators suitable for serialisation. Note that these are not guaranteed to be semantically correct at all, only structurally correct.
Orphan instances
Arbitrary InputVRF Source # | |
PraosCrypto c ⇒ Arbitrary (PraosState c) Source # | |
arbitrary ∷ Gen (PraosState c) Source # shrink ∷ PraosState c → [PraosState c] Source # | |
PraosCrypto c ⇒ Arbitrary (Header c) Source # | |
PraosCrypto c ⇒ Arbitrary (HeaderBody c) Source # | |
arbitrary ∷ Gen (HeaderBody c) Source # shrink ∷ HeaderBody c → [HeaderBody c] Source # |