Copyright | (c) OleksandrZhabenko 2022-2024 |
---|---|
License | MIT |
Maintainer | oleksandr.zhabenko@yahoo.com |
Stability | Experimental |
Safe Haskell | None |
Language | Haskell2010 |
Aftovolio.PermutationsRepresent
Description
Permutations data type to mark the needed permutations type from the other modules.
Documentation
data PermutationsType Source #
Instances
Show PermutationsType Source # | |
Defined in Aftovolio.PermutationsRepresent Methods showsPrec :: Int -> PermutationsType -> ShowS # show :: PermutationsType -> String # showList :: [PermutationsType] -> ShowS # | |
Eq PermutationsType Source # | |
Defined in Aftovolio.PermutationsRepresent Methods (==) :: PermutationsType -> PermutationsType -> Bool # (/=) :: PermutationsType -> PermutationsType -> Bool # | |
Ord PermutationsType Source # | |
Defined in Aftovolio.PermutationsRepresent Methods compare :: PermutationsType -> PermutationsType -> Ordering # (<) :: PermutationsType -> PermutationsType -> Bool # (<=) :: PermutationsType -> PermutationsType -> Bool # (>) :: PermutationsType -> PermutationsType -> Bool # (>=) :: PermutationsType -> PermutationsType -> Bool # max :: PermutationsType -> PermutationsType -> PermutationsType # min :: PermutationsType -> PermutationsType -> PermutationsType # |
bTransform2Perms :: [String] -> PermutationsType Source #
permChoose :: PermutationsType -> Int -> [Array Int Int] Source #