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
No related merge requests found
...@@ -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