| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Control.Category.Tensor
Documentation
Instances
| Tensor ((->) :: Type -> Type -> Type) # | |
Defined in Control.Category.Tensor | |
| Tensor cc => Tensor (Dual cc) # | |
Defined in Control.Category.Tensor Methods tensorUnit :: Dual cc () () # tensorPair :: Dual cc a1 b1 -> Dual cc a2 b2 -> Dual cc (a1, a2) (b1, b2) # | |