Skip to content
  • Robbert Krebbers's avatar
    Lots of refactoring. and new results on permutations and list containment. · 361308c7
    Robbert Krebbers authored
    The refactoring includes:
    * Use infix notations for the various list relations
    * More consistent naming
    * Put lemmas on one line whenever possible
    * Change proofs into one-liners when possible
    * Make better use of the "Implicit Types" command
    * Improve the order of the list module by placing all definitions at the start,
      then the proofs, and finally the tactics.
    
    Besides, there is some new machinery for proofs by reflection on lists. It is
    used for a decision procedure for permutations and list containment.
    361308c7