| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Statistics.Types
Documentation
Constructors
| Delimiter | |
Fields
| |
newtype Permutations Source #
Constructors
| Permutations Int |
Instances
| Show Permutations Source # | |
Defined in Statistics.Types Methods showsPrec :: Int -> Permutations -> ShowS # show :: Permutations -> String # showList :: [Permutations] -> ShowS # | |
newtype DefaultValue Source #
Constructors
| DefaultValue Double |
newtype RankEntity Source #
Constructors
| RankEntity | |
Fields
| |
Instances
| Show RankEntity Source # | |
Defined in Statistics.Types Methods showsPrec :: Int -> RankEntity -> ShowS # show :: RankEntity -> String # showList :: [RankEntity] -> ShowS # | |
newtype RankProductEntity Source #
Constructors
| RankProductEntity | |
Fields | |
Instances
| Show RankProductEntity Source # | |
Defined in Statistics.Types Methods showsPrec :: Int -> RankProductEntity -> ShowS # show :: RankProductEntity -> String # showList :: [RankProductEntity] -> ShowS # | |
Constructors
| Ascending | |
| Descending |
data NamedEntity Source #
Constructors
| NamedEntity | |
Instances
| Show NamedEntity Source # | |
Defined in Statistics.Types Methods showsPrec :: Int -> NamedEntity -> ShowS # show :: NamedEntity -> String # showList :: [NamedEntity] -> ShowS # | |