(DBI l, DBI r) => DBI (Combine l r) Source # | |
|
(Fix l, Fix r) => Fix (Combine l r) Source # | |
|
(Float l, Float r) => Float (Combine l r) Source # | |
|
(FreeVector l, FreeVector r) => FreeVector (Combine l r) Source # | |
|
(Option l, Option r) => Option (Combine l r) Source # | |
|
(Prod l, Prod r) => Prod (Combine l r) Source # | |
|
(Dual l, Dual r) => Dual (Combine l r) Source # | |
|
(Sum l, Sum r) => Sum (Combine l r) Source # | |
|
(Unit l, Unit r) => Unit (Combine l r) Source # | |
|
(Y l, Y r) => Y (Combine l r) Source # | |
|
(List l, List r) => List (Combine l r) Source # | |
|
(Char l, Char r) => Char (Combine l r) Source # | |
|
(IO l, IO r) => IO (Combine l r) Source # | |
|
(Bool l, Bool r) => Bool (Combine l r) Source # | |
|
(Double l, Double r) => Double (Combine l r) Source # | |
|
(Map l, Map r) => Map (Combine l r) Source # | |
|
(DiffWrapper l, DiffWrapper r) => DiffWrapper (Combine l r) Source # | |
|
(VectorTF l, VectorTF r) => VectorTF (Combine l r) Source # | |
|
(Int l, Int r) => Int (Combine l r) Source # | |
|
(Bimap l, Bimap r) => Bimap (Combine l r) Source # | |
|
(Lang l, Lang r) => Lang (Combine l r) Source # | |
|
(Monad l m, Monad r m) => Monad (Combine l r) m Source # | |
|
(Applicative l m, Applicative r m) => Applicative (Combine l r) m Source # | |
|
(Functor l m, Functor r m) => Functor (Combine l r) m Source # | |
|