Skip to content
Snippets Groups Projects

Use `SProp` to obtain better definitional equality for `pmap`, `gmap`, `gset`, `Qp`, and `coPset`

Merged Robbert Krebbers requested to merge robbert/sprop into master
2 files
+ 19
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 20
0
@@ -70,3 +70,23 @@ Failed to progress.
============================
bool_decide (∅ ⊆ {[1; 2; 3]}) = true
"pmap_insert_positives_test"
: string
= true
: bool
"gmap_insert_positives_test"
: string
= true
: bool
"gmap_insert_comm"
: string
1 goal
============================
{[3 := false; 2 := true]} = {[2 := true; 3 := false]}
"gmap_lookup_concrete"
: string
1 goal
============================
{[3 := false; 2 := true]} !! 2 = Some true
Loading