Skip to content

Commit

Permalink
to avoid clash with ssrbool.symmetric
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Jun 1, 2021
1 parent 09e03a7 commit 27021cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@
+ `ge_Rfloor` -> `Rfloor_le`
+ `ler_floor` -> `floor_le`
+ `Rfloor_le` -> `le_Rfloor`
- in `forms.v`:
+ `symmetric` -> `symmetric_form`

### Removed

Expand Down
2 changes: 1 addition & 1 deletion theories/forms.v
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ End Sesquilinear.

Notation "eps_theta .-sesqui" := (sesqui _ eps_theta) : ring_scope.

Notation symmetric := (false, [rmorphism of idfun]).-sesqui.
Notation symmetric_form := (false, [rmorphism of idfun]).-sesqui.
Notation skew := (true, [rmorphism of idfun]).-sesqui.
Notation hermitian := (false, @conjC _).-sesqui.

Expand Down

0 comments on commit 27021cf

Please sign in to comment.