Revision 5d030a1796255d05c8812d65d8ad1af5b3ebb80f authored by François Dupressoir on 12 May 2022, 06:47:58 UTC, committed by Pierre-Yves Strub on 12 May 2022, 06:49:18 UTC
This removes the error message when the RHS is a procedure call. This
allows us to accept things that were rejected before, when a procedure
and operator share their name.

A follow-up may re-enable it.

Fix #189
1 parent cdc065e
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