Add groupBy utility function for use in TimeLog.
[?]
Jan 29, 2014, 4:58 AM
JUUMYIQEXSYRMPCQSHIRIG6TBHAR5LU46FE5WI3UHYX6KA4ESH7ACDependencies
- [2]
NVOCQVASInitial failing tests.
Change contents
- edit in src/Ananke/TimeLog.hs at line 18
import Control.Arrow - edit in src/Ananke/TimeLog.hs at line 55[2.2419]
groupBy f = fromListWith (++) . fmap (f &&& pure)