Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable more warnings | Tom Smeding | 2025-05-13 |
| | | | | Thanks Mikolaj! | ||
* | Consistent Prelude import position | Tom Smeding | 2025-05-13 |
| | |||
* | Consistently add said blank line | Tom Smeding | 2025-05-13 |
| | |||
* | Add a blank line to help automatic import-sorters | Mikolaj Konarski | 2025-05-13 |
| | |||
* | ImportQualifiedPost is not in Haskell2010 | Tom Smeding | 2025-05-13 |
| | |||
* | No, Prelude goes on top | Tom Smeding | 2025-05-13 |
| | |||
* | Let stylish-haskell sort things | Mikolaj Konarski | 2025-05-13 |
| | |||
* | Apply some suggestions form hlint | Mikolaj Konarski | 2025-05-13 |
| | |||
* | Fix typo | Tom Smeding | 2025-05-12 |
| | | | | Thanks Mikolaj :) | ||
* | Various improvements | Tom Smeding | 2025-05-12 |
| | |||
* | Expose all the implemented operations | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Implement submap ops | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Implement Min\/Max ops | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Implement folds | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Implement the easy mapping operations | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Get rid of any mentions of 'map' | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Implement many filtering operations | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Fill in all ops up to Traversal; not tested! | Mikolaj Konarski | 2025-05-10 |
| | |||
* | Fill in all ops up to Intersection; not tested! | Mikolaj Konarski | 2025-05-09 |
| | |||
* | Fill in all ops up to Query; not tested! | Mikolaj Konarski | 2025-05-09 |
| | |||
* | Always check types as much as we can, but use 'assert' | Tom Smeding | 2025-05-07 |
| | |||
* | Factor out kVToDSum | Mikolaj Konarski | 2025-05-07 |
| | |||
* | Factor out dSumToKV | Mikolaj Konarski | 2025-05-07 |
| | |||
* | Implement fromListWith and similar | Mikolaj Konarski | 2025-05-07 |
| | |||
* | Pluck some low-hanging fruits | Mikolaj Konarski | 2025-05-07 |
| | |||
* | Better English in doc comment | Tom Smeding | 2025-02-11 |
| | |||
* | Type-check keys, and provide unsafe versions of read ops | Tom Smeding | 2025-02-11 |
| | |||
* | Add size | Mikolaj Konarski | 2025-01-21 |
| | |||
* | partitionWithKey | Tom Smeding | 2024-09-30 |
| | |||
* | Export toList and toAscList | Tom Smeding | 2024-09-12 |
| | |||
* | Make Show instance print 'fromList', not 'DEnumMap' | Tom Smeding | 2024-09-11 |
| | |||
* | Show instance | Tom Smeding | 2024-09-11 |
| | |||
* | Add PolyKinds | Tom Smeding | 2024-07-22 |
| | |||
* | Split up in Internal module | Tom Smeding | 2024-07-22 |
| | |||
* | Code style | Tom Smeding | 2024-07-22 |
| | |||
* | Fix type of insertWithKey | Tom Smeding | 2024-07-22 |
| | |||
* | Initial with functions that horde-ad uses | Tom Smeding | 2024-07-22 |