| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Test.QuickCheck.StateModel.Lockstep.Op.SumProd
Documentation
Operations with support for products (pairs) and sums (Either)
Constructors
| OpId :: forall a. Op a a | |
| OpFst :: forall b b1. Op (b, b1) b | |
| OpSnd :: forall b1 b. Op (b1, b) b | |
| OpLeft :: forall b b1. Op (Either b b1) b | |
| OpRight :: forall b1 b. Op (Either b1 b) b | |
| OpComp :: forall b1 b a. Op b1 b -> Op a b1 -> Op a b |