Commit 2023-01-31 10:56 ae1428c0
View on Github →feat: port GroupTheory.Coset (#1874) porting notes:
- I had to add some really ugly type ascriptions so that whnf wouldn't time out. See Zulip
- I opted for
simp [mul_assoc]
since we don't have thegroup
tactic yet. - The library note at the end of the file should be updated.