Revision b2273f07902e40f0e01194a4545d82d6de228f20 authored by Pierre-Yves Strub on 29 August 2022, 12:34:54 UTC, committed by Pierre-Yves Strub on 29 August 2022, 13:02:25 UTC
The option name is `und_delta`. It is disabled by default.

The mechanism can emit false positive, e.g. in:

`try rewrite /foo.`
1 parent f9d2bf6
Raw File
dune-project
(lang dune 2.8)
(using menhir 2.0)
(using dune_site 0.1)

(wrapped_executables false)

(name easycrypt)

(generate_opam_files true)

(package
 (name easycrypt)
 (sites (lib theories))
 (depends
  (ocaml (>= 4.08.0))
  (batteries (>= 3))
  camlzip
  dune-build-info
  dune-site
  (ocaml-inifiles (>= 1.2))
  (pcre (>= 7))
  (why3 (and (>= 1.5.0) (< 1.6)))
  yojson
  (zarith (>= 1.10))
))
back to top