Use `SProp` to obtain better definitional equality for `pmap`, `gmap`, `gset`, `Qp`, and `coPset`
Compare changes
- Robbert Krebbers authored
+ 11
− 3
@@ -7,11 +7,13 @@ Definition pmap_insert_positives_rev (n : positive) : Pmap unit :=
@@ -24,6 +26,8 @@ Time Eval vm_compute in pmap_insert_positives_test 256000.
@@ -37,7 +41,9 @@ Definition gmap_insert_positives_test (p : positive) : bool :=
@@ -50,6 +56,8 @@ Time Eval vm_compute in gmap_insert_positives_test 256000.