aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/TypeclassDebug.v
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2017-07-12 11:16:09 -0400
committerGravatar Paul Steckler <steck@stecksoft.com>2017-07-12 11:16:09 -0400
commitbcfcf891563bcbf1d39a60275cabd695be162eee (patch)
treeb2fd44bcd8503ef39452e35deb3b730fb7183c45 /test-suite/output/TypeclassDebug.v
parentba7129f547d1f06c7eb67412404445681d22b920 (diff)
format pairs of items for pr_depth to get alternating separators
eval thunks once in prlist_sep_lastsep, make code clearer add typeclass debug output test
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 000000000..d38e2a50e
--- /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.