https://github.com/EasyCrypt/easycrypt
Revision d43887b7b8eca6f05ddcbd206b949ed2870176d8 authored by Benjamin Gregoire on 25 November 2023, 09:48:25 UTC, committed by Pierre-Yves Strub on 25 November 2023, 10:05:04 UTC
1 parent b79290f
Raw File
Tip revision: d43887b7b8eca6f05ddcbd206b949ed2870176d8 authored by Benjamin Gregoire on 25 November 2023, 09:48:25 UTC
Share the definition of the datatypes in EcAst.ml
Tip revision: d43887b
dune
(dirs src theories examples scripts)

(install
  (section (site (easycrypt commands)))
  (files (scripts/testing/runtest as runtest)))

(install
  (section (bin))
  (files (scripts/testing/bin-ec-runtest as ec-runtest)))
back to top