| LeftModule Integer Int # | |
|
| LeftModule Integer Int8 # | |
|
| LeftModule Integer Int16 # | |
|
| LeftModule Integer Int32 # | |
|
| LeftModule Integer Int64 # | |
|
| LeftModule Integer Integer # | |
|
| LeftModule Integer Word # | |
|
| LeftModule Integer Word8 # | |
|
| LeftModule Integer Word16 # | |
|
| LeftModule Integer Word32 # | |
|
| LeftModule Integer Word64 # | |
|
| LeftModule Integer Euclidean # | |
|
| LeftModule Natural Bool # | |
|
| LeftModule Natural Int # | |
|
| LeftModule Natural Int8 # | |
|
| LeftModule Natural Int16 # | |
|
| LeftModule Natural Int32 # | |
|
| LeftModule Natural Int64 # | |
|
| LeftModule Natural Integer # | |
|
| LeftModule Natural Natural # | |
|
| LeftModule Natural Word # | |
|
| LeftModule Natural Word8 # | |
|
| LeftModule Natural Word16 # | |
|
| LeftModule Natural Word32 # | |
|
| LeftModule Natural Word64 # | |
|
| LeftModule Natural Euclidean # | |
|
| Additive m => LeftModule () m # | |
Methods (.*) :: () -> m -> m # |
| Semiring r => LeftModule r () # | |
Methods (.*) :: r -> () -> () # |
| Group r => LeftModule Integer (ZeroRng r) # | |
|
| (Abelian r, Group r) => LeftModule Integer (RngRing r) # | |
|
| Division r => LeftModule Integer (Log r) # | |
|
| GCDDomain d => LeftModule Integer (Fraction d) # | |
|
| Monoidal r => LeftModule Natural (ZeroRng r) # | |
|
| (Abelian r, Monoidal r) => LeftModule Natural (RngRing r) # | |
|
| Unital r => LeftModule Natural (Log r) # | |
|
| LeftModule Natural (BasisCoblade m) # | |
|
| GCDDomain d => LeftModule Natural (Fraction d) # | |
|
| RightModule r s => LeftModule r (Opposite s) # | |
|
| LeftModule r m => LeftModule r (End m) # | |
|
| LeftModule r s => LeftModule r (Trig s) # | |
|
| LeftModule r s => LeftModule r (Quaternion' s) # | |
|
| LeftModule r s => LeftModule r (Hyper s) # | |
|
| LeftModule r s => LeftModule r (Dual' s) # | |
|
| LeftModule r s => LeftModule r (Quaternion s) # | |
|
| LeftModule r s => LeftModule r (Hyper' s) # | |
|
| LeftModule r s => LeftModule r (Dual s) # | |
|
| LeftModule r s => LeftModule r (Complex s) # | |
|
| (LeftModule r a, LeftModule r b) => LeftModule r (a, b) # | |
Methods (.*) :: r -> (a, b) -> (a, b) # |
| LeftModule r m => LeftModule r (e -> m) # | |
Methods (.*) :: r -> (e -> m) -> e -> m # |
| LeftModule r s => LeftModule r (Covector s m) # | |
|
| (LeftModule r a, LeftModule r b, LeftModule r c) => LeftModule r (a, b, c) # | |
Methods (.*) :: r -> (a, b, c) -> (a, b, c) # |
| LeftModule r s => LeftModule r (Map s b m) # | |
|
| (LeftModule r a, LeftModule r b, LeftModule r c, LeftModule r d) => LeftModule r (a, b, c, d) # | |
Methods (.*) :: r -> (a, b, c, d) -> (a, b, c, d) # |
| (LeftModule r a, LeftModule r b, LeftModule r c, LeftModule r d, LeftModule r e) => LeftModule r (a, b, c, d, e) # | |
Methods (.*) :: r -> (a, b, c, d, e) -> (a, b, c, d, e) # |
| Rng s => LeftModule (RngRing s) (RngRing s) # | |
|
| Semiring r => LeftModule (Opposite r) (Opposite r) # | |
|
| (Monoidal m, Abelian m) => LeftModule (End m) (End m) # | |
|
| (Commutative r, Rng r) => LeftModule (Trig r) (Trig r) # | |
|
| (TriviallyInvolutive r, Rng r) => LeftModule (Quaternion' r) (Quaternion' r) # | |
|
| (Commutative r, Semiring r) => LeftModule (Hyper r) (Hyper r) # | |
|
| (Commutative r, Rng r) => LeftModule (Dual' r) (Dual' r) # | |
|
| (TriviallyInvolutive r, Rng r) => LeftModule (Quaternion r) (Quaternion r) # | |
|
| (Commutative r, Semiring r) => LeftModule (Hyper' r) (Hyper' r) # | |
|
| (Commutative r, Rng r) => LeftModule (Dual r) (Dual r) # | |
|
| (Commutative r, Rng r) => LeftModule (Complex r) (Complex r) # | |
|
| Coalgebra r m => LeftModule (Covector r m) (Covector r m) # | |
|
| Coalgebra r m => LeftModule (Map r b m) (Map r b m) # | |
|