Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SPDX-License-Identifier: MPL-2.0

Mozilla Public License Version 2.0
==================================

Expand Down
2 changes: 1 addition & 1 deletion formal/RegionEnvL1.v
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[region_name -> nat] (re-entry depth per region; 0 = dead), reasoned
up to a **pointwise-equality setoid** [renv_eq].

Axiom budget: this file is axiom-free. We use a setoid relation
On the axiom budget: this file is axiom-free. We use a setoid relation
([renv_eq]) rather than [functional_extensionality], so [Print
Assumptions] stays clean — order-insensitivity is *definitional*
(the carrier is a function; permutation collapses to [renv_eq]),
Expand Down
Loading