hspec-discover-2.8.3: Automatically discover and run Hspec tests
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Hspec.Discover.Sort

Description

NOTE: This module is not meant for public consumption. For user documentation look at http://hspec.github.io/hspec-discover.html.

Documentation

sortNaturallyBy :: (a -> (String, Int)) -> [a] -> [a] Source #