diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/Makefile | 13 | ||||
| -rw-r--r-- | proofs/NectarDriver/Impl.v | 11 | ||||
| -rw-r--r-- | proofs/NectarDriver/Traits.v | 10 | ||||
| -rw-r--r-- | proofs/_CoqProject | 4 |
4 files changed, 0 insertions, 38 deletions
diff --git a/proofs/Makefile b/proofs/Makefile deleted file mode 100644 index 1efedbc..0000000 --- a/proofs/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -COQMAKEFILE ?= Makefile.coq - -all: $(COQMAKEFILE) - $(MAKE) -f $(COQMAKEFILE) - -$(COQMAKEFILE): _CoqProject - coq_makefile -f _CoqProject -o $(COQMAKEFILE) - -clean: $(COQMAKEFILE) - $(MAKE) -f $(COQMAKEFILE) clean - rm -f $(COQMAKEFILE) $(COQMAKEFILE).conf - -.PHONY: all clean
\ No newline at end of file diff --git a/proofs/NectarDriver/Impl.v b/proofs/NectarDriver/Impl.v deleted file mode 100644 index 37b8878..0000000 --- a/proofs/NectarDriver/Impl.v +++ /dev/null @@ -1,11 +0,0 @@ -(* - NectarDriver: Impl keyword. - - The Impl keyword defines methods and/or traits associated with a specific identifier N. - - Author: Amlal El Mahrouss - Formalization: January 2026 -*) - -Require Import Logic.Classical_Prop. -Require Import NectarDriver.Traits.
\ No newline at end of file diff --git a/proofs/NectarDriver/Traits.v b/proofs/NectarDriver/Traits.v deleted file mode 100644 index 2c5bb9c..0000000 --- a/proofs/NectarDriver/Traits.v +++ /dev/null @@ -1,10 +0,0 @@ -(* - NectarDriver: Traits keyword. - - The Traits keyword defines formal semantic rules associated with a specific identifier N. - - Author: Amlal El Mahrouss - Formalization: January 2026 -*) - -Require Import Logic.Classical_Prop. diff --git a/proofs/_CoqProject b/proofs/_CoqProject deleted file mode 100644 index 3715404..0000000 --- a/proofs/_CoqProject +++ /dev/null @@ -1,4 +0,0 @@ --R NectarDriver NectarDriver - -NectarDriver/Impl.v -NectarDriver/Traits.v
\ No newline at end of file |
