Agda.Utils.Bag

data Bag a

Query

null

size

(!)

member

notMember

count

Construction

empty

singleton

union

unions

insert

fromList

Destruction

groups

toList

keys

elems

toAscList

Traversal

map

traverse'

Instances

Properties

prop_count_empty

prop_count_singleton

prop_count_insert

prop_size_union

prop_size_fromList

prop_fromList_toList

prop_toList_fromList

prop_keys_fromList

prop_nonempty_groups

prop_map_id

prop_map_compose

prop_traverse_id

All tests

tests