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