diff options
| author | Hugo Herbelin | 2016-04-10 18:14:09 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-04-27 21:55:46 +0200 |
| commit | 5bed8869b90510f719dcaa5e365b81c6309bdfff (patch) | |
| tree | 2cfd060b65575d820598c8ce5a80cc18d875b7d0 | |
| parent | c4ce1baa9f66210ebc1909988b3dd8baa1b8ef27 (diff) | |
Adding option "Set Reversible Pattern Implicit" to Specif.v so that an
implicit is found whether one writes (sig P) or {x|P x}.
| -rw-r--r-- | theories/Init/Specif.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Init/Specif.v b/theories/Init/Specif.v index 6c0221856e..d1038186e3 100644 --- a/theories/Init/Specif.v +++ b/theories/Init/Specif.v @@ -9,6 +9,7 @@ (** Basic specifications : sets that may contain logical information *) Set Implicit Arguments. +Set Reversible Pattern Implicit. Require Import Notations. Require Import Datatypes. |
