https://gitlab.com/nomadic-labs/mi-cho-coq
Raw File
Tip revision: 02388f81d7da7a0da372a83a249ff2c31094bc22 authored by Raphaƫl Cauderlier on 22 April 2020, 14:00:01 UTC
[michocoq] Fix typing of chain_id constants (bytes instead of strings)
Tip revision: 02388f8
.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