| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.Semimodule.V3
Documentation
Constructors
| V3 !a !a !a |
Instances
| Functor V3 Source # | |
| Foldable V3 Source # | |
Defined in Data.Semimodule.V3 Methods fold :: Monoid m => V3 m -> m # foldMap :: Monoid m => (a -> m) -> V3 a -> m # foldr :: (a -> b -> b) -> b -> V3 a -> b # foldr' :: (a -> b -> b) -> b -> V3 a -> b # foldl :: (b -> a -> b) -> b -> V3 a -> b # foldl' :: (b -> a -> b) -> b -> V3 a -> b # foldr1 :: (a -> a -> a) -> V3 a -> a # foldl1 :: (a -> a -> a) -> V3 a -> a # elem :: Eq a => a -> V3 a -> Bool # maximum :: Ord a => V3 a -> a # | |
| Distributive V3 Source # | |
| Representable V3 Source # | |
| Foldable1 V3 Source # | |
| Eq a => Eq (V3 a) Source # | |
| Ord a => Ord (V3 a) Source # | |
| Show a => Show (V3 a) Source # | |
| (Additive - Semigroup) a => Semigroup (V3 a) Source # | |
| (Additive - Monoid) a => Monoid (V3 a) Source # | |
| (Additive - Group) a => Magma (V3 a) Source # | |
| (Additive - Group) a => Loop (V3 a) Source # | |
| (Additive - Group) a => Quasigroup (V3 a) Source # | |
| (Additive - Group) a => Group (V3 a) Source # | |
| type Rep V3 Source # | |
Defined in Data.Semimodule.V3 | |
Instances
| Eq I3 Source # | |
| Ord I3 Source # | |
| Show I3 Source # | |
| Ring r => Unital r QuaternionBasis Source # | |
Defined in Data.Semimodule.V3 Methods unitWith :: r -> QuaternionBasis -> r Source # | |
| Ring r => Composition r QuaternionBasis Source # | |
Defined in Data.Semimodule.V3 Methods conjugateWith :: (QuaternionBasis -> r) -> QuaternionBasis -> r Source # | |
| Ring r => Algebra r QuaternionBasis Source # | |
Defined in Data.Semimodule.V3 Methods multiplyWith :: (QuaternionBasis -> QuaternionBasis -> r) -> QuaternionBasis -> r Source # | |
| Ring r => Algebra r I3 Source # | |
Defined in Data.Semimodule.V3 | |
type QuaternionBasis = Maybe I3 Source #