sym-0.14.0: Permutations, patterns, and statistics
CopyrightAnders Claesson 2017
MaintainerAnders Claesson <anders.claesson@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sym.Perm.ListStat

Description

Common permutation statistics. Most of these are refined (list) versions of those in Sym.Perm.Stat

Documentation

asc :: Perm -> [(Int, Int, Int)] Source #

des :: Perm -> [(Int, Int, Int)] Source #

exc :: Perm -> [Int] Source #

fp :: Perm -> [Int] Source #

des0 :: Perm -> [(Int, Int, Int)] Source #