Skip to content

Commit

Permalink
Merge pull request #17 from JasonGross/fix-for-interval
Browse files Browse the repository at this point in the history
Compatibility with coq-interval.4.7.0
  • Loading branch information
andrew-appel authored Aug 31, 2023
2 parents 202bfb0 + 90d5a0c commit 35a4c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcfloat/Prune.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Require Import Setoid.

Import Coq.Lists.List ListNotations.
Import Tree. (* must import this _after_ List *)
Import Interval Private Interval_helper I2 IT2.IH I2.T Xreal Eval.Reify.
Import Interval Private Interval_helper I2 IT2.IH Xreal Eval.Reify.

Import Basic.
Import Bool.
Expand Down

0 comments on commit 35a4c24

Please sign in to comment.