Skip to content

Commit

Permalink
Merge pull request #11 from GaloisInc/tighten-coq-paco
Browse files Browse the repository at this point in the history
Require coq-paco >= 4.2.1 rather than 4.1.2
  • Loading branch information
sauclovian-g authored Oct 17, 2024
2 parents 6683dbc + 75f40fe commit d871d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ocamlfind"
"coq" {>= "8.15" & < "8.16"}
"coq-itree" {>= "5.2" & < "5.3"}
"coq-paco" {>= "4.1.2"}
"coq-paco" {>= "4.2.1"}
]
build: [
[make]
Expand Down
2 changes: 1 addition & 1 deletion theories/Ref/EnTreeSpecFacts.v
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Proof.
* constructor; auto. intros. eapply H0 in H2. right. pclearbot.
eapply CIH; eauto with solve_padded.
2 : apply REL.
(* these bits no longer needed 20241014 *)
(* these bits no longer needed with coq-paco 4.2.1 *)
(* 2 : destruct H2; try contradiction; auto. *)
inv Hpad1. inj_existT. subst. pstep.
constructor. auto.
Expand Down

0 comments on commit d871d0a

Please sign in to comment.