https://github.com/EasyCrypt/easycrypt
Revision e770f0f13cdde69035f74569f9fd7a370abd934d authored by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC, committed by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC
the section mechanism has been refactored s.t. it provides
a more uniform interface where any kind of declaration
can be marked as local / declared and erased / generalized
when the section is closed.

Co-authored-by: Benjamin Grégoire <benjamin.gregoire@inria.fr>
Co-authored-by: Pierre-Yves Strub <pierre-yves@strub.nu>
1 parent b0e609d
Raw File
Tip revision: e770f0f13cdde69035f74569f9fd7a370abd934d authored by Pierre-Yves Strub on 09 November 2021, 15:36:49 UTC
Refactor & generalize the section mechanism
Tip revision: e770f0f
.merlin
S src
S src/phl
S src/system
S src/why3

B _build/src
B _build/src/phl
B _build/src/system
B _build/src/why3

PKG batteries
PKG menhirLib
PKG why3
PKG zarith
PKG pcre
PKG inifiles
PKG yojson

FLG -rectypes
FLG -w Y -w Z -w -23 -w +28 -w +33
back to top