aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorThéo Zimmermann2019-06-12 14:03:37 +0200
committerThéo Zimmermann2019-06-12 14:03:37 +0200
commit0ab76e968b9f3a02678ec8aa747da47f94181055 (patch)
tree4c89a8d0e887c193979a8f61099c78c4aa6b2280 /theories
parent0d4300771e4a6a26d948872262a79695a38c7e0d (diff)
parent26ed9cb34ea5fc84fb086644a03d016817f30a4a (diff)
Merge PR #10180: `deprecated` attribute support for notations and syntactic definitions
Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: ggonthier Reviewed-by: herbelin
Diffstat (limited to 'theories')
-rw-r--r--theories/Logic/Berardi.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/Logic/Berardi.v b/theories/Logic/Berardi.v
index 4576ff4cbe..bb4ed10bc9 100644
--- a/theories/Logic/Berardi.v
+++ b/theories/Logic/Berardi.v
@@ -149,6 +149,7 @@ apply AC_IF.
Qed.
-Notation classical_proof_irrelevence := classical_proof_irrelevance (compat "8.8").
+#[deprecated(since = "8.8", note = "Use classical_proof_irrelevance instead.")]
+Notation classical_proof_irrelevence := classical_proof_irrelevance.
End Berardis_paradox.