0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
set: fix wrong call to new in List impl of Data.Set
meh
More... over 12 years ago
README: add with_index
meh
More... over 12 years ago
seq: add with_index
meh
More... over 12 years ago
mix: bump required Elixir version
meh
More... over 12 years ago
*: use new defrecordp
meh
More... over 12 years ago
*: move to new Inspect protocol
meh
More... over 12 years ago
Merge pull request #1 from justinj/doc_typos More... over 12 years ago
stack/queue: fix typos More... over 12 years ago
mix: add system version requirement
meh
More... over 12 years ago
set/hash_set: add HashSet support
meh
More... over 12 years ago
dictionary/hash_dict: improve code
meh
More... over 12 years ago
set: an empty ordsets is just an empty list
meh
More... over 12 years ago
README: update replacement of Foldable with Reducible
meh
More... over 12 years ago
test: fix up stack tests
meh
More... over 12 years ago
stack/simple: use Data.Empty instead of Stack.Empty
meh
More... over 12 years ago
test: add tests for queues
meh
More... over 12 years ago
queue/standard: forgot to implement clear
meh
More... over 12 years ago
enumerable: implement Enumerable with a helper
meh
More... over 12 years ago
set: add difference
meh
More... over 12 years ago
reducible: drop Foldable in favor of Reducible
meh
More... over 12 years ago
seq: fix some missing Data.seq calls
meh
More... over 12 years ago
seq: make private some functions that should have been
meh
More... over 12 years ago
data: unify member?/2 and contains?/2
meh
More... over 12 years ago
dictionary: drop Dict behaviour
meh
More... over 12 years ago
data: drop Enumerable support for all datastructures
meh
More... over 12 years ago
set/standard: implement Sequence
meh
More... over 12 years ago
set/balanced_tree: implement Sequence
meh
More... over 12 years ago
dictionary/balanced_tree: implement Sequence
meh
More... over 12 years ago
dictionary/standard: implement Sequence
meh
More... over 12 years ago
dictionary/standard: fix reduce
meh
More... over 12 years ago