summaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/Kernel/HeapMgr.v8
-rw-r--r--proofs/NeKernel/HeapMgr.v10
-rw-r--r--proofs/_CoqProject5
3 files changed, 10 insertions, 13 deletions
diff --git a/proofs/Kernel/HeapMgr.v b/proofs/Kernel/HeapMgr.v
new file mode 100644
index 00000000..fe0b0923
--- /dev/null
+++ b/proofs/Kernel/HeapMgr.v
@@ -0,0 +1,8 @@
+(*
+ The HeapMgr, formally proven.
+
+ Author: Amlal El Mahrouss
+ Formalization: March 2026
+*)
+
+From Coq Require Import Logic.Classical_Prop.
diff --git a/proofs/NeKernel/HeapMgr.v b/proofs/NeKernel/HeapMgr.v
deleted file mode 100644
index 2c5bb9ca..00000000
--- a/proofs/NeKernel/HeapMgr.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
index 62ede86f..ea90d761 100644
--- a/proofs/_CoqProject
+++ b/proofs/_CoqProject
@@ -1,4 +1,3 @@
--R NectarDriver NectarDriver
+-R Kernel Kernel
-NectarDriver/Impl.v
-NectarDriver/Trait.v \ No newline at end of file
+Kernel/HeapMgr.v