https://github.com/EasyCrypt/easycrypt
Revision 0656ac7176c5c9375943b3ab2517c0ec4ee0bb7a authored by Alley Stoughton on 01 October 2021, 17:11:23 UTC, committed by Pierre-Yves Strub on 04 October 2021, 07:24:14 UTC
lemma disjointP (xs ys : 'a fset):
  disjoint xs ys <=> forall (x : 'a), x \in xs => ! x \in ys.
1 parent c07e880
History
Tip revision: 0656ac7176c5c9375943b3ab2517c0ec4ee0bb7a authored by Alley Stoughton on 01 October 2021, 17:11:23 UTC
Added disjoint xs ys as an abbreviation for xs `&` ys = fset0. Added
Tip revision: 0656ac7
File Mode Size
.github
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
COPYRIGHT -rw-r--r-- 581 bytes
COPYRIGHT.yaml -rw-r--r-- 596 bytes
MANIFEST -rw-r--r-- 623 bytes
Makefile -rw-r--r-- 4.8 KB
Makefile.system -rw-r--r-- 555 bytes
README.md -rw-r--r-- 7.5 KB
_tags -rw-r--r-- 812 bytes
default.nix -rw-r--r-- 392 bytes
easycrypt.png -rw-r--r-- 182.6 KB
myocamlbuild.ml -rw-r--r-- 2.3 KB
opam -rw-r--r-- 1.0 KB

README.md

back to top