| Logistic Par1 Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| Logistic Complex Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| Logistic Identity Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| Logistic (U1 :: Type -> Type) Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| Logistic (Proxy :: Type -> Type) Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| Logistic f => Logistic (Rec1 f) Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| Eq r => Logistic ((->) r :: Type -> Type) Source # | Update only if the argument matches |
Instance detailsDefined in Data.Functor.Logistic |
| (Logistic f, Logistic g) => Logistic (f :*: g) Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| (Logistic f, Logistic g) => Logistic (Product f g) Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| Logistic f => Logistic (M1 i c f) Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| (Logistic f, Logistic g, Applicative f, Traversable g, Distributive g) => Logistic (f :.: g) Source # | |
Instance detailsDefined in Data.Functor.Logistic |
| (Logistic f, Logistic g, Applicative f, Traversable g, Distributive g) => Logistic (Compose f g) Source # | |
Instance detailsDefined in Data.Functor.Logistic |