Copyright | Anders Claesson 2013 |
---|---|
Maintainer | Anders Claesson <anders.claesson@gmail.com> |
Safe Haskell | None |
Language | Haskell98 |
Permutation diagrams, or permutations as monads.
Data types
type Label a = Vector a Source #
The purpose of this data type is to assign labels to the indices of a given permutation.
A permgram consists of a permutation together with a label for each index of the permutation.