Skip to content
Snippets Groups Projects
Commit fd23a783 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

`Set Allow StrictProp` to make CI happy.

parent dc9a589c
No related branches found
No related tags found
1 merge request!309Use `SProp` to obtain better definitional equality for `pmap`, `gmap`, `gset`, `Qp`, and `coPset`
This commit is part of merge request !309. Comments created here will be created in the context of that merge request.
...@@ -2,6 +2,8 @@ From Coq Require Export Logic.StrictProp. ...@@ -2,6 +2,8 @@ From Coq Require Export Logic.StrictProp.
From stdpp Require Import decidable. From stdpp Require Import decidable.
From stdpp Require Import options. From stdpp Require Import options.
Global Set Allow StrictProp.
Lemma unsquash (P : Prop) `{!Decision P} : Squash P P. Lemma unsquash (P : Prop) `{!Decision P} : Squash P P.
Proof. Proof.
intros HP. destruct (decide P) as [?|HnotP]; [assumption|]. intros HP. destruct (decide P) as [?|HnotP]; [assumption|].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment