runtimeverification/vlsm

Replace `Lib.ListExtras.last_error` with `stdpp.list.last`

Open

#38 aperta il 3 mag 2022

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Coq (1 fork)auto 404
Proof Engineeringgood first issue

Metriche repository

Star
 (5 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Before we incorporated stdpp we've been writing developing our own library functions to complement the ones available in stdlib. last_error is one of them, and there are a couple of lemmas proved about it as well some usages throughout the codebase (including some in the indev repository).

Tasks:

  • #39 Refactor the Lib.ListExtras module to define last_error in terms of last and change the existing lemmas about last_error to either be (re)definitions of existing lemmas about last or by proving them using existing results about last
  • #40 (less important, but maybe good to have) Substitute the definitions obtained above with their proper names across the codebase (resisting the temptation to further refactor the code touched by this substitution :-)

Guida contributor