diff options
| author | Maxime Dénès | 2017-07-20 14:34:16 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-07-20 14:34:16 +0200 |
| commit | bb13eed99c310970ebb52c56ce785c1879caed66 (patch) | |
| tree | 42b64004f5eae112cb5cc069ee39995d40dd11ad /test-suite/output/TypeclassDebug.v | |
| parent | 152bc6119aeed902a1f1f22e35e14596c616c93e (diff) | |
| parent | bcfcf891563bcbf1d39a60275cabd695be162eee (diff) | |
Merge PR #869: Enforce alternating separators in typeclass debug output
Diffstat (limited to 'test-suite/output/TypeclassDebug.v')
| -rw-r--r-- | test-suite/output/TypeclassDebug.v | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/output/TypeclassDebug.v b/test-suite/output/TypeclassDebug.v new file mode 100644 index 0000000000..d38e2a50e4 --- /dev/null +++ b/test-suite/output/TypeclassDebug.v @@ -0,0 +1,8 @@ +(* show alternating separators in typeclass debug output; see discussion in PR #868 *) + +Parameter foo : Prop. +Axiom H : foo -> foo. +Hint Resolve H : foo. +Goal foo. +Typeclasses eauto := debug. +Fail typeclasses eauto 5 with foo. |
