https://gitlab.com/nomadic-labs/mi-cho-coq
Revision a4d37fa75f4f40a4fef796744ecbcd10180f9f5e authored by Raphaël Cauderlier on 24 August 2020, 10:33:05 UTC, committed by Bruno B on 17 September 2020, 11:45:12 UTC
1 parent 5796046
Raw File
Tip revision: a4d37fa75f4f40a4fef796744ecbcd10180f9f5e authored by Raphaël Cauderlier on 24 August 2020, 10:33:05 UTC
[Michocoq] Allow FAILWITH in LOOP, LOOP_LEFT, and ITER
Tip revision: a4d37fa
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo
*.vok
*.vos
*.cache
# Generated by configure and coq_makefile
_CoqProject
Makefile
.Makefile.d
.coqdeps.d

# OCaml
*.cmi
*.cmo

# LaTeX
*.tex
*.vrb
*.toc
*.toc
*.snm
*.out
*.nav
*.aux
*.log
*.sty
# we keep *.pdf to ease sharing of slides
notes.*
*~
Makefile.conf
CoqMakefile.conf
back to top