setup coq project & initial definition of terms (types & expressions)

This commit is contained in:
Michael Sippel 2024-07-24 11:17:45 +02:00
commit 61948c6dc6
3 changed files with 58 additions and 0 deletions

8
coq/_CoqProject Normal file
View file

@ -0,0 +1,8 @@
-R . LadderTypes
terms.v
equiv.v
subst.v
typing.v
smallstep.v
bbencode.v