https://gitlab.com/nomadic-labs/mi-cho-coq
Revision f2939c130c0124a7b2db406bfbeb1e51b0666199 authored by Basile Pesin on 30 May 2019, 16:01:51 UTC, committed by Arvid Jakobsson on 29 November 2019, 13:40:31 UTC
1 parent eb1c38f
Raw File
Tip revision: f2939c130c0124a7b2db406bfbeb1e51b0666199 authored by Basile Pesin on 30 May 2019, 16:01:51 UTC
Removed ambiguity by adding explicit annotations
Tip revision: f2939c1
.gitignore
# General
.depend
.bkp/

# Coq
*.aux
*.glob
*.vo
*.lia.cache
# Generated by configure and coq_makefile
_CoqProject
Makefile
.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