Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dafny-lang/dafny Loading
base: master
Choose a base ref
...
head repository: btwael/dafny Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 16, 2023

  1. Add the axiom stating that Seq#Take(s, Seq#Length(s)) == s) for all…

    … `s`
    
    A trivial axiom that will help to deduce  that "multiset(arr[..]) == multiset(arr[..arr.Length])" for any array `arr`. (fix #4184 )
    
    <small>By submitting this pull request, I confirm that my contribution
    is made under the terms of the [MIT
    license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
    btwael committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    56b615b View commit details
    Browse the repository at this point in the history
Loading