https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: a1eb5528fa25a5ab6d68008976614ec16211b4c5 authored by Raphaƫl Cauderlier on 19 July 2019, 12:58:11 UTC
disallow SELF in lambdas
Tip revision: a1eb552
.gitignore
# General
.depend
.bkp/

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

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