Commit 2022-05-20 13:34 180d9751
View on Github →feat(set_theory/game/pgame): Tweak pgame.add
API (#13611)
We modify the API for pgame.add
as follows:
left_moves_add
andright_moves_add
are turned from type equivalences into type equalities.- The former equivalences are prefixed with
to_
and inverted. We also golf a few theorems and make some parameters explicit.