sym-0.13.0: Permutations, patterns, and statistics

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

Sym.Perm.STAT

Description

Common permutation statistics. Most of these are "set" 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 #