noether-0.0.1: Math in Haskell.

Safe HaskellNone
LanguageHaskell2010

Noether.Algebra.Actions.Strategies

Synopsis

Documentation

type DeriveActs_Tagged tag lr op a b = ActsTagged tag (ActsS lr op a b) Source #

type DeriveCompatible_Associativity lr op a = DeriveCompatible_Acts_Semigroup lr op op a a Source #

a + (b + c) = (a + b) + c

type DeriveActeeLinearActs_RightDistributivity lr p m a = DeriveActeeLinearActs_Acts_Semigroup lr m a p a Source #

a * (b + c) = a * b + a * c