import implementation of Fsub from the Coq tutorial of UPenn

taken from 'https://www.cis.upenn.edu/~plclub/popl08-tutorial/code/index.html'
This commit is contained in:
Michael Sippel 2024-09-16 17:58:18 +02:00
parent 44d8d401d8
commit 05c137c489
Signed by: senvas
GPG key ID: F96CF119C34B64A6
13 changed files with 4847 additions and 0 deletions
coq-Fsub

13
coq-Fsub/_CoqProject Normal file
View file

@ -0,0 +1,13 @@
-R . Fsub
AdditionalTactics.v
FSetDecide.v
FSetNotin.v
ListFacts.v
FiniteSets.v
Atom.v
Metatheory.v
Fsub_Definitions.v
Fsub_Infrastructure.v
Fsub_Lemmas.v
Fsub_Soundness.v