simple_refinement This repo contains Verus code that: Defines state machines for a multiset, a regular sequence, and a circular buffer. Proves that the circular buffer machine refines the sequence machine, and the sequence machine refines the multiset machine.