epfl-lara / stainless

Verification framework and tool for higher-order Scala programs
https://epfl-lara.github.io/stainless/
Apache License 2.0
356 stars 51 forks source link

Expand some collection methods and fix algebra package hierarchy #1418

Closed mario-bucev closed 1 year ago

mario-bucev commented 1 year ago

Closes #1415 For covcollection.List, methods having variants with Int and BigInt are renamed to match Scala's List (e.g. apply takes an Int while bapply takes a BigInt), as requested by @vkuncak.