summaryrefslogtreecommitdiff
path: root/test-suite/output/TypeclassDebug.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/TypeclassDebug.v')
-rw-r--r--test-suite/output/TypeclassDebug.v8
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 00000000..d38e2a50
--- /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.