HaskellForMaths-0.1.3

Math.Algebra.Group.PermutationGroup

Documentation

newtype Permutation a Source

Constructors

P (Map a a) 

Instances

Eq a => Eq (Permutation a) 
(Ord a, Show a) => Fractional (Permutation a) 
(Ord a, Show a) => Num (Permutation a) 
Ord a => Ord (Permutation a) 
(Ord a, Show a) => Show (Permutation a)