Module
Data.DenseKron
- Package
- purescript-functor-vector
- Repository
- philzook58/purescript-functor-vector
#DKron Source
newtype DKron f g a
Constructors
DKron (f (g a))
Instances
(Semiring (f (g a))) => Semiring (DKron f g a)
(Ring (f (g a))) => Ring (DKron f g a)
(DivisionRing (f (g a))) => DivisionRing (DKron f g a)
(Representable f a, Representable g b) => Representable (DKron f g) (Tuple a b)
(Functor f, Functor g) => Functor (DKron f g)
(Apply f, Apply g) => Apply (DKron f g)
(Applicative f, Applicative g) => Applicative (DKron f g)
(Dottable (p (p' a)) (g (g' b)) (f (f' c))) => Dottable (DKron p p' a) (DKron g g' b) (DKron f f' c)
(Foldable f, Foldable g) => Foldable (DKron f g)
(Show (f (g a))) => Show (DKron f g a)