https://github.com/EasyCrypt/easycrypt
Revision b2106aa6c3d89068a599a4037101b933bfb43804 authored by Alley Stoughton on 08 March 2023, 00:26:51 UTC, committed by Pierre-Yves Strub on 21 March 2023, 10:59:33 UTC
with implications, conditionals or quantifiers and appear to the left
of binary operators have their scopes extended to include those
following binary operators. E.g.,

(3 :: 4 :: let x = 1 in [x]) = ys.

incorrectly pretty prints as

3 :: 4 :: let x = 1 in [x] = ys
1 parent ee4c20e
History
Tip revision: b2106aa6c3d89068a599a4037101b933bfb43804 authored by Alley Stoughton on 08 March 2023, 00:26:51 UTC
An attempt at fixing pretty printing bugs in which formulas that end
Tip revision: b2106aa
File Mode Size
.github
config
examples
scripts
src
theories
.dir-locals.el -rw-r--r-- 285 bytes
.gitignore -rw-r--r-- 118 bytes
AUTHORS -rw-r--r-- 543 bytes
LICENSE -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 8.0 KB
default.nix -rw-r--r-- 921 bytes
dune -rw-r--r-- 221 bytes
dune-project -rw-r--r-- 450 bytes
easycrypt.opam -rw-r--r-- 1.2 KB
easycrypt.opam.template -rw-r--r-- 915 bytes
easycrypt.png -rw-r--r-- 182.6 KB
shell.nix -rw-r--r-- 741 bytes

README.md

back to top