Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Monthly Downloads: 21
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v0.4.2.0

doldol alternatives and similar packages

Based on the "Data" category.
Alternatively, view doldol alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of doldol or a related project?

Add another 'Data' Package

README

doldol

doldol packs multiple flaggable data in a Flag value, and checks its flags by cheap operators.

In the current version, doldol will handle Enum e in a Foldable or List only.

The name

doldol comes from Korean word 돌돌 which is a mimetic presenting roll up fabrics or something like flags.

Gap analysis

EnumSet

EnumSet is a sound library but only works with List (ex. toEnum). I also need List interface only. However, the next version of my simulation project needs to support Traversal class. Therefore, I keep developing this. Of course, you can use EnumSet with fromList etc., but when you consider performance seriously, let think one more time.