sym-0.9: Permutations, patterns, and statistics

MaintainerAnders Claesson <anders.claesson@gmail.com>
Safe HaskellNone

Math.Perm.Group

Description

 

Synopsis

Documentation

compose :: Perm -> Perm -> PermSource

The product/composition of u and v: if w = u compose v then w `at ` i = v `at` (u `at` i).

act :: Perm -> Perm -> PermSource

The (left) group action of Perm on itself: if w = u act v then w `at ` (u `at` i) = v `at` i.