Renaming in prelude/list.
Rename: - prefix_of -> prefix and suffix_of -> suffix because that saves keystrokes in lemma names. However, keep the infix notations with l1 `prefix_of` l2 and l1 `suffix_of` l2 because those are easier to read. - change the notation l1 `sublist` l2 into l1 `sublist_of` l2 to be consistent. - rename contains -> submseteq and use the notation ⊆+
Showing
- theories/algebra/cmra_big_op.v 8 additions, 8 deletionstheories/algebra/cmra_big_op.v
- theories/algebra/cmra_tactics.v 2 additions, 2 deletionstheories/algebra/cmra_tactics.v
- theories/base_logic/big_op.v 11 additions, 11 deletionstheories/base_logic/big_op.v
- theories/base_logic/tactics.v 2 additions, 2 deletionstheories/base_logic/tactics.v
- theories/prelude/fin_collections.v 2 additions, 2 deletionstheories/prelude/fin_collections.v
- theories/prelude/fin_maps.v 3 additions, 3 deletionstheories/prelude/fin_maps.v
- theories/prelude/finite.v 6 additions, 6 deletionstheories/prelude/finite.v
- theories/prelude/gmultiset.v 3 additions, 3 deletionstheories/prelude/gmultiset.v
- theories/prelude/list.v 294 additions, 305 deletionstheories/prelude/list.v
Loading
Please register or sign in to comment