Skip to content

Commit

Permalink
Merge pull request #141 from uwplse/purge-npeano
Browse files Browse the repository at this point in the history
purge NPeano in favor of PeanoNat
  • Loading branch information
palmskog authored Oct 15, 2023
2 parents f297c02 + 859a114 commit f31f907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/Verdi.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Require Export StructTact.StructTactics.
Require Export Verdi.VerdiHints.
Require Export Verdi.Net.

Require NPeano.
Require PeanoNat.
8 changes: 4 additions & 4 deletions systems/LogCorrect.v
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Section LogCorrect.
end.
rewrite app_length.
simpl.
rewrite NPeano.Nat.add_1_r.
rewrite Nat.add_1_r.
reflexivity.
+ break_match.
* find_inversion.
Expand All @@ -85,7 +85,7 @@ Section LogCorrect.
end.
rewrite app_length.
simpl.
rewrite NPeano.Nat.add_1_r.
rewrite Nat.add_1_r.
reflexivity.
+ rewrite apply_log_app.
match goal with
Expand Down Expand Up @@ -127,7 +127,7 @@ Section LogCorrect.
end.
rewrite app_length.
simpl.
rewrite NPeano.Nat.add_1_r.
rewrite Nat.add_1_r.
reflexivity.
+ break_match.
* find_inversion.
Expand All @@ -144,7 +144,7 @@ Section LogCorrect.
end.
rewrite app_length.
simpl.
rewrite NPeano.Nat.add_1_r.
rewrite Nat.add_1_r.
reflexivity.
+ rewrite apply_log_app.
match goal with
Expand Down

0 comments on commit f31f907

Please sign in to comment.