aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-17 21:23:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-17 21:23:35 +0000
commit849019c147c7557a9490aaca1942db42f644acbd (patch)
tree66335c58dcdbdb910037b7a9bdf2e22ec19f5156 /etc/coq
parent09cfb5bfd318f05fbbc7cac84e49179f352d70a3 (diff)
*** empty log message ***
Diffstat (limited to 'etc/coq')
-rw-r--r--etc/coq/highlighterror.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/coq/highlighterror.v b/etc/coq/highlighterror.v
new file mode 100644
index 00000000..26ff1dea
--- /dev/null
+++ b/etc/coq/highlighterror.v
@@ -0,0 +1,9 @@
+(* Test of error highlighting
+
+The error should highlight the last γ₁₂ variable occurrence, the whole
+of it, and only it (not the final dot nor the preceding space).
+*)
+
+Require Import Utf8.
+
+Lemma α₁: ∀ x:nat, ∀ γ₁₂: bool, x = γ₁₂.