diff options
| author | Pierre-Marie Pédrot | 2016-02-19 14:27:31 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-02-19 14:29:59 +0100 |
| commit | 924d2833644735a9fa8289ffaa9bac9fbc43982c (patch) | |
| tree | 417e27f2cb630d8a16cc0bb527fd957c83df2c2f /test-suite | |
| parent | d3012c8ac308b18272ddaa90c4eae7e517b63c7c (diff) | |
Fixing bug #4580: [Set Refine Instance Mode] also used for Program Instance.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/4580.v | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/4580.v b/test-suite/bugs/closed/4580.v new file mode 100644 index 0000000000..4ffd5f0f4b --- /dev/null +++ b/test-suite/bugs/closed/4580.v @@ -0,0 +1,6 @@ +Require Import Program. + +Class Foo (A : Type) := foo : A. + +Unset Refine Instance Mode. +Program Instance f1 : Foo nat := S _. |
