object IdentityFlattenLaws extends test.laws.LawfulF.Covariant[CovariantDeriveEqualIdentityFlatten, Equal]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IdentityFlattenLaws
- Covariant
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def +[CapsF1[x[+_]] <: CovariantDeriveEqualIdentityFlatten[x[_]], Caps1[x] <: Equal[x], R1 <: Any](that: test.laws.ZLawfulF.Covariant[CapsF1, Caps1, R1]): test.laws.ZLawfulF.Covariant[CapsF1, Caps1, R1]
- Definition Classes
- Covariant
- val laws: test.laws.LawsF.Covariant[CovariantDeriveEqualIdentityFlatten, Equal]
The set of all laws that instances of
IdentityFlatten
must satisfy.The set of all laws that instances of
IdentityFlatten
must satisfy.- Definition Classes
- IdentityFlattenLaws → Covariant
- val leftIdentityLaw: test.laws.LawsF.Covariant[CovariantDeriveEqualIdentityFlatten, Equal]
Adding a layer by mapping a value into the identity element and then flattening is an identity
- val rightIdentityLaw: test.laws.LawsF.Covariant[CovariantDeriveEqualIdentityFlatten, Equal]
Adding a layer by mapping a value and mapping it into the identity element and then flattening is an identity.