Skip to content

Commit

Permalink
fix CHANGELOG (after rebase on top of PR #1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragicus committed Jan 8, 2024
1 parent c44f563 commit 34c6885
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

- in `boolp.v`:
+ tactic `eqProp`
+ definition `BoolProp`
+ variant `BoolProp`
+ lemmas `PropB`, `notB`, `andB`, `orB`, `implyB`, `decide_or`, `not_andE`,
`not_orE`, `orCA`, `orAC`, `orACA`, `orNp`, `orpN`, `or3E`, `or4E`, `andCA`,
`andAC`, `andACA`, `and3E`, `and4E`, `and5E`, `implyNp`, `implypN`,
Expand Down Expand Up @@ -267,16 +267,6 @@
`absurd : ident(H)`, `absurd : { hyp_list(Hs) } constr(H)`,
`absurd : { hyp_list(Hs) } ident(H)`


- in `boolp.v`:
+ tactic `eqProp`
+ variant `BoolProp`
+ lemmas `PropB`, `notB`, `andB`, `orB`, `implyB`, `decide_or`, `not_andE`,
`not_orE`, `orCA`, `orAC`, `orACA`, `orNp`, `orpN`, `or3E`, `or4E`, `andCA`,
`andAC`, `andACA`, `and3E`, `and4E`, `and5E`, `implyNp`, `implypN`,
`implyNN`, `or_andr`, `or_andl`, `and_orr`, `and_orl`, `exists2E`,
`inhabitedE`, `inhabited_witness`

### Changed

- in `normedtype.v`:
Expand Down Expand Up @@ -318,9 +308,6 @@
-in `boolp.v`
- lemmas `orC` and `andC` now use `commutative`

-in `boolp.v`
- lemmas `orC` and `andC` now use `commutative`

### Renamed

- in `exp.v`:
Expand Down

0 comments on commit 34c6885

Please sign in to comment.