https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: b2e65df8665758fa903f7c24e586724737fc902b authored by Raphaƫl Cauderlier on 13 March 2020, 19:26:55 UTC
Fixup! Provide the full path to the typechecker
Tip revision: b2e65df
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo
*.vok
*.vos
*.lia.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