Safe Haskell | None |
---|---|
Language | Haskell2010 |
Serokell.Arbitrary
Contents
Description
Arbitrary instances for Serokell datatypes
Documentation
newtype VariantNoBytes Source #
Constructors
NoBytes | |
Fields |
Instances
Eq VariantNoBytes Source # | |
Defined in Serokell.Arbitrary Methods (==) :: VariantNoBytes -> VariantNoBytes -> Bool # (/=) :: VariantNoBytes -> VariantNoBytes -> Bool # | |
Show VariantNoBytes Source # | |
Defined in Serokell.Arbitrary Methods showsPrec :: Int -> VariantNoBytes -> ShowS # show :: VariantNoBytes -> String # showList :: [VariantNoBytes] -> ShowS # | |
Generic VariantNoBytes Source # | |
Defined in Serokell.Arbitrary Associated Types type Rep VariantNoBytes :: * -> * # Methods from :: VariantNoBytes -> Rep VariantNoBytes x # to :: Rep VariantNoBytes x -> VariantNoBytes # | |
Arbitrary VariantNoBytes Source # | |
Defined in Serokell.Arbitrary | |
type Rep VariantNoBytes Source # | |
Defined in Serokell.Arbitrary type Rep VariantNoBytes = D1 (MetaData "VariantNoBytes" "Serokell.Arbitrary" "serokell-util-0.10.0-ABO96GElPTlE59q6YkXtOP" True) (C1 (MetaCons "NoBytes" PrefixI True) (S1 (MetaSel (Just "getVariant") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Variant))) |
newtype VariantOnlyBytes Source #
Constructors
OnlyBytes | |
Fields |