Portability | portable |
---|---|
Stability | experimental |
Maintainer | Guillaume Nargeot <guillaume+hackage@nargeot.com> |
Safe Haskell | Safe-Inferred |
Types and functions for converting hpc output to line-based code coverage data.
Documentation
groupByIndex :: Int -> [(Int, a)] -> [[a]]Source