https://github.com/EasyCrypt/easycrypt
Revision e00264462a3e0744c7bb76e0d8beb1092a4498f2 authored by Alley Stoughton on 20 November 2020, 08:05:03 UTC, committed by GitHub on 20 November 2020, 08:05:03 UTC
branches as the number of constructors in the datatype being matched,
an exception was raised instead of the expected error message being
issued. Example:

type t = [A | B].
module M = {
  proc f(x : t) = {
    match x with
    | A => { }
    | A => { }
    end;
  }
}.
1 parent 6c677e1
History
Tip revision: e00264462a3e0744c7bb76e0d8beb1092a4498f2 authored by Alley Stoughton on 20 November 2020, 08:05:03 UTC
When a match has duplicate constructors but the same number of (#47)
Tip revision: e002644
File Mode Size
config
examples
lint
scripts
src
theories
.dir-locals.el -rw-r--r-- 285 bytes
.gitignore -rw-r--r-- 515 bytes
.merlin -rw-r--r-- 241 bytes
.travis.yml -rw-r--r-- 2.9 KB
COPYRIGHT -rw-r--r-- 581 bytes
COPYRIGHT.yaml -rw-r--r-- 596 bytes
MANIFEST -rw-r--r-- 596 bytes
Makefile -rw-r--r-- 4.8 KB
Makefile.system -rw-r--r-- 555 bytes
README.md -rw-r--r-- 7.1 KB
_tags -rw-r--r-- 812 bytes
default.nix -rw-r--r-- 305 bytes
myocamlbuild.ml -rw-r--r-- 2.3 KB
opam -rw-r--r-- 1.0 KB

README.md

back to top