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
MANIFEST
Makefile
Makefile.system
MANIFEST
README.md
COPYRIGHT

# ocamlbuild configuration
_tags
myocamlbuild.ml
config/tests.config

# EasyCrypt sources
find:src:*.ml
find:src:*.mli
find:src:*.mly
find:src:*.mll

src/ecVersion.ml.in
exclude:src/ecVersion.ml

# EasyCrypt theories
find:theories:*.ec
find:theories:*.eca

# EasyCrypt extraction support library
find:extraction:*.ml
find:extraction:*.mli
find:extraction:*.ec

# EasyCrypt examples
find:examples:*.ec
find:examples:*.eca

# Build scripts
scripts/install/install-sh
scripts/install/distribution
scripts/install/get-commit
scripts/testing/runtest
scripts/srctx/keywords
back to top