https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: 317fda52dc420f17d0602717595b52eeced4b2f8 authored by Raphaƫl Cauderlier on 06 February 2021, 14:51:40 UTC
[Skip-ci] WIP: primitive and macro lexing and pretty-printing
Tip revision: 317fda5
.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