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/fin_collections.v 2 additions, 2 deletionstheories/fin_collections.v
- theories/fin_maps.v 3 additions, 3 deletionstheories/fin_maps.v
- theories/finite.v 6 additions, 6 deletionstheories/finite.v
- theories/gmultiset.v 3 additions, 3 deletionstheories/gmultiset.v
- theories/list.v 294 additions, 305 deletionstheories/list.v
Loading
Please register or sign in to comment