mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Update for Coq 8.12.2
This commit is contained in:
parent
845c9189c1
commit
f14d064555
1 changed files with 2 additions and 2 deletions
|
@ -629,7 +629,7 @@ Module AlgebraicWithEquivalenceRelation.
|
|||
equality.
|
||||
unfold equiv, elements.
|
||||
simplify.
|
||||
SearchAbout app cons nil.
|
||||
Search app cons nil.
|
||||
apply app_inj_tail.
|
||||
rewrite <- app_assoc.
|
||||
rewrite <- app_assoc.
|
||||
|
@ -1547,7 +1547,7 @@ Module NatRangeSet <: FINITE_SET with Definition key := nat.
|
|||
unfold member, add; simplify.
|
||||
cases s.
|
||||
|
||||
SearchAbout Compare_dec.leb.
|
||||
Search Compare_dec.leb.
|
||||
rewrite Compare_dec.leb_correct.
|
||||
equality.
|
||||
linear_arithmetic.
|
||||
|
|
Loading…
Reference in a new issue