aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-05-25 14:01:03 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-05-25 14:01:03 +0000
commitbf5f65e7f091a955a67c58d8560fa5c5527a6d8d (patch)
tree83c12a2bf7613e85381c97cd738834c0c08b13fb /etc/coq
parent889cf8bba734f4972cbc15dc67e39ea539605ccd (diff)
New files.
Diffstat (limited to 'etc/coq')
-rw-r--r--etc/coq/bug-114.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/coq/bug-114.v b/etc/coq/bug-114.v
new file mode 100644
index 00000000..9a85b12d
--- /dev/null
+++ b/etc/coq/bug-114.v
@@ -0,0 +1,4 @@
+(* Trac #114: identifiers starting with "fun" are wrongly coloured *)
+
+forall (funA B: Prop) (* funA should be all magenta *)
+fun (forallA B: Prop) (* forallA should be all magenta *) \ No newline at end of file