Add NoDup_bind, vec_enum, vec_finite.
1 unresolved thread
1 unresolved thread
Compare changes
This adds a function to enumerate all vectors of a given type and a helper lemma about NoDup and bind.
@robbertkrebbers Can vec_finite
be used to simplify the proof of list_finite
?