Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Test.Hspec.Discover.Sort
Documentation
sortNaturally :: [String] -> [String] #
data NaturalSortKey #
Instances
Eq NaturalSortKey # | |
Defined in Test.Hspec.Discover.Sort Methods (==) :: NaturalSortKey -> NaturalSortKey -> Bool # (/=) :: NaturalSortKey -> NaturalSortKey -> Bool # | |
Ord NaturalSortKey # | |
Defined in Test.Hspec.Discover.Sort Methods compare :: NaturalSortKey -> NaturalSortKey -> Ordering # (<) :: NaturalSortKey -> NaturalSortKey -> Bool # (<=) :: NaturalSortKey -> NaturalSortKey -> Bool # (>) :: NaturalSortKey -> NaturalSortKey -> Bool # (>=) :: NaturalSortKey -> NaturalSortKey -> Bool # max :: NaturalSortKey -> NaturalSortKey -> NaturalSortKey # min :: NaturalSortKey -> NaturalSortKey -> NaturalSortKey # |
naturalSortKey :: String -> NaturalSortKey #