Safe Haskell | None |
---|---|
Language | GHC2021 |
Test.QuickCheck.StateModel.Lockstep.Op
Documentation
class Operation (op :: k -> k -> Type) where Source #
Methods
opIdentity :: forall (a :: k). op a a Source #
Instances
Operation Op Source # | |
Defined in Test.QuickCheck.StateModel.Lockstep.Op.SumProd Methods opIdentity :: Op a a Source # | |
Operation (Op :: k -> k -> Type) Source # | |
Defined in Test.QuickCheck.StateModel.Lockstep.Op.Identity Methods opIdentity :: forall (a :: k). Op a a Source # |