dafny-lang / libraries

Libraries useful for Dafny programs
Other
43 stars 25 forks source link

Unifying the variable naming of sequences #67

Closed stefan-aws closed 1 year ago

stefan-aws commented 1 year ago

Currently, we use all sorts of variable names (s, s', a, b, xs, xx ...) for sequences. I propose we stick to xs, ys, zs, ... in the standard library, where possible. The main reasons for this change are:

I also change some of the existing comments, and add new ones.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.