runtimeverification/vlsm

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

Open

#39 opened on May 3, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Coq (1 fork)auto 404
Proof Engineeringgood first issue

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide