https://gitlab.com/nomadic-labs/mi-cho-coq
Revision 9b1d3d5225cbda53d6e6697e4034acd4b6ef4845 authored by Raphaël Cauderlier on 21 April 2021, 06:46:46 UTC, committed by Raphaël Cauderlier on 25 April 2021, 12:41:32 UTC
The dependent if construction error.dif wasn't very convenient because
Coq was rarely able to infer the implicit type predicate
parameter. This commit drops it in favor of a simpler construction
error.assume that can be used while working inside the error monad to
check that a boolean is true and obtain a witness of this fact.
1 parent 0617440
History
Tip revision: 9b1d3d5225cbda53d6e6697e4034acd4b6ef4845 authored by Raphaël Cauderlier on 21 April 2021, 06:46:46 UTC
[michocoq] avoid reasoning on dependent if
Tip revision: 9b1d3d5
File Mode Size
doc
scripts
src
.gitignore -rw-r--r-- 336 bytes
.gitlab-ci.yml -rw-r--r-- 2.4 KB
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 2.9 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