From 03e5edadc59d2d59ef228501444e68a5e8a00c7e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 24 Mar 2026 14:59:00 +0100 Subject: [CHORE] Moving proofs in the papers module. Signed-off-by: Amlal El Mahrouss --- proofs/Makefile | 16 ---------------- proofs/Memory/HeapMgr.v | 10 ---------- proofs/_CoqProject | 3 --- 3 files changed, 29 deletions(-) delete mode 100644 proofs/Makefile delete mode 100644 proofs/Memory/HeapMgr.v delete mode 100644 proofs/_CoqProject (limited to 'proofs') diff --git a/proofs/Makefile b/proofs/Makefile deleted file mode 100644 index efbda2d8..00000000 --- a/proofs/Makefile +++ /dev/null @@ -1,16 +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 - - - diff --git a/proofs/Memory/HeapMgr.v b/proofs/Memory/HeapMgr.v deleted file mode 100644 index a709888e..00000000 --- a/proofs/Memory/HeapMgr.v +++ /dev/null @@ -1,10 +0,0 @@ -(* - The HeapMgr, formally proven. - - Author: Amlal El Mahrouss - Formalization: March 2026 -*) - -From Coq Require Import Logic.Classical_Prop. - - diff --git a/proofs/_CoqProject b/proofs/_CoqProject deleted file mode 100644 index ea90d761..00000000 --- a/proofs/_CoqProject +++ /dev/null @@ -1,3 +0,0 @@ --R Kernel Kernel - -Kernel/HeapMgr.v -- cgit v1.2.3