-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
featNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
TreeMap heaps currently do not support allocation. Instanstate UnboundedHeap for them in HeapInstances.lean.
The challenge in this is going from a TreeMap (which has finite domain) to a key that does not exist in the map. If you can do this, it becomes your fresh function. Like the AssocList heap, your NotFull predicate should be True.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers