diff options
| author | Matthieu Sozeau | 2016-07-08 10:47:17 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-07-08 10:47:17 +0200 |
| commit | 72094961d9bd7f0f618d30b2b508d8924336d7b4 (patch) | |
| tree | 380ab757e73d569483272797fa881c55b5818a28 /theories/Program/Subset.v | |
| parent | 21be7a5dba2fdfa40fd7b4a3d94610947d202bb7 (diff) | |
Program: Move ProofIrrelevance to Subset.v
Diffstat (limited to 'theories/Program/Subset.v')
| -rw-r--r-- | theories/Program/Subset.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Program/Subset.v b/theories/Program/Subset.v index c8f37318d1..2a3ec926b2 100644 --- a/theories/Program/Subset.v +++ b/theories/Program/Subset.v @@ -9,6 +9,7 @@ Require Import Coq.Program.Utils. Require Import Coq.Program.Equality. +Require Export ProofIrrelevance. Local Open Scope program_scope. |
