aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq/bug-114.v
diff options
context:
space:
mode:
Diffstat (limited to 'etc/coq/bug-114.v')
-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