Mentions légales du service

Skip to content

Queue now uses seq instead of list

LA requested to merge queue into master

We:

  • updated the queue.Queue module to use seq instead of list
  • fixed proofs and examples using the previous model (@rrieuhel said he will fix the remaining ones)
  • added an implementation in examples that is using two lists
  • fixed a few things and added a few missing lemmas in the seq library

Fix #336 (closed) #317 (closed)

Merge request reports