https://gitlab.com/nomadic-labs/mi-cho-coq
Revision 5d3d290630ec3019a631a052f2e8e60c170c5131 authored by Arvid Jakobsson on 18 June 2020, 13:35:44 UTC, committed by Raphaël Cauderlier on 19 June 2020, 20:08:22 UTC
Writing unit tests as `Check (eq_refl : f x = y).` works but dumps
unnecessary output on stdout that can be confusing when compiling the
project.

The equivalent `Goal (f x = y). reflexivity. Qed.` does the same check
without producing any output.
1 parent 9eaab97
History
Tip revision: 5d3d290630ec3019a631a052f2e8e60c170c5131 authored by Arvid Jakobsson on 18 June 2020, 13:35:44 UTC
[michocoq] Avoid using `Check` for unit tests
Tip revision: 5d3d290
File Mode Size
doc
scripts
src
.gitignore -rw-r--r-- 329 bytes
.gitlab-ci.yml -rw-r--r-- 920 bytes
LICENSE -rw-r--r-- 1.1 KB
Makefile.local -rw-r--r-- 379 bytes
README.org -rw-r--r-- 8.5 KB
_CoqProject -rw-r--r-- 4 bytes
configure -rwxr-xr-x 1.6 KB
coq-mi-cho-coq.install -rw-r--r-- 73 bytes
coq-mi-cho-coq.opam -rw-r--r-- 1.4 KB

README.org

back to top