PriorityQueue based on Okasaki's "Purely Functional Data Structures" #274
dvberkel
started this conversation in
Show and tell
Replies: 2 comments 9 replies
-
I am looking for some theorems to proof so I can cement my knowledge of Kind's theorem proving |
Beta Was this translation helpful? Give feedback.
9 replies
-
Progress on the @rigille suggestions
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a pull-request that adds a
PriorityQueue
to base.A priority queue is a
In the implementation a priority is function
A -> Nat
. A smaller natural number corresponds with a higher priority.I would love to receive feedback. Specifically on style, implementation and improvements.
Beta Was this translation helpful? Give feedback.
All reactions