aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Logic/ProofIrrelevanceFacts.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Logic/ProofIrrelevanceFacts.v')
-rw-r--r--theories/Logic/ProofIrrelevanceFacts.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/ProofIrrelevanceFacts.v b/theories/Logic/ProofIrrelevanceFacts.v
index 6accc4807..776010c03 100644
--- a/theories/Logic/ProofIrrelevanceFacts.v
+++ b/theories/Logic/ProofIrrelevanceFacts.v
@@ -25,7 +25,7 @@ Module ProofIrrelevanceTheory (M:ProofIrrelevance).
forall (U:Type) (p:U) (Q:U -> Type) (x:Q p) (h:p = p),
x = eq_rect p Q x p h.
Proof.
- intros; rewrite M.proof_irrelevance with (p1:=h) (p2:=refl_equal p).
+ intros; rewrite M.proof_irrelevance with (p1:=h) (p2:=eq_refl p).
reflexivity.
Qed.
End Eq_rect_eq.