Skip to content

lookup_gset_to_gmap: use decide rather than guard

Ralf Jung requested to merge ralf/lookup_gset_to_gmap into master

guard is parsing-only notation (which is inherently confusing when comparing the goal state with the Coq sources) and rather rare. decide is a lot more common, and so people are more likely to know how to deal with it.

Edited by Ralf Jung

Merge request reports