Skip to content

Commit

Permalink
Merge pull request #1076 from ppedrot/setoid-type-core-tc-opaque
Browse files Browse the repository at this point in the history
Adapt w.r.t. coq/coq#18910.
  • Loading branch information
ppedrot authored Apr 9, 2024
2 parents 6ec591b + 2d9b6f0 commit 74918fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcuic/theories/PCUICConfluence.v
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Proof.
destruct (@red1_eq_context_upto_l Σ Σ' (fun pb => flip (cmp_universe pb)) (fun pb => flip (cmp_sort pb)) pb Γ Δ u v) as (v' & r & e); tas.
- intro x. red. reflexivity.
- intro x. red. reflexivity.
- eapply eq_context_upto_flip; [..|eassumption]; tc.
- eapply eq_context_upto_flip; [..|eassumption]; unfold flip; tc.
- exists v'; split; tas.
eapply eq_term_upto_univ_napp_flip; [..|eassumption]; tc.
Qed.
Expand Down

0 comments on commit 74918fc

Please sign in to comment.