uwplse / verdi-raft

An implementation of the Raft distributed consensus protocol, verified in Coq using the Verdi framework
BSD 2-Clause "Simplified" License
182 stars 19 forks source link

Stop using ltac cast patterns #93

Closed SkySkimmer closed 1 year ago

SkySkimmer commented 1 year ago

x : y as a ltac pattern was equivalent to x and will be removed in https://github.com/coq/coq/pull/16798

SkySkimmer commented 1 year ago

This is ready to merge

palmskog commented 1 year ago

OK, will merge after observing CI (may need to adjust compatibility).