aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar/XSymbolTests.thy
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-02 18:22:20 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-02 18:22:20 +0000
commit201b5216af7a8ec183a262e8fbedd7514e774fd4 (patch)
tree71736845f57a0049a964143caa159c126d0c19b4 /etc/isar/XSymbolTests.thy
parentfac372ba7f578e8ba5022b0050da51bd1dd07279 (diff)
Add extra term test -- shows up current bug
Diffstat (limited to 'etc/isar/XSymbolTests.thy')
-rw-r--r--etc/isar/XSymbolTests.thy1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/isar/XSymbolTests.thy b/etc/isar/XSymbolTests.thy
index 3b5ccf00..ebafcf8b 100644
--- a/etc/isar/XSymbolTests.thy
+++ b/etc/isar/XSymbolTests.thy
@@ -17,6 +17,7 @@ consts silly:: "'a => 'a => 'a" ("_\<^sup>_" [1000,1000] 1000)
consts k:: 'a
term "a\<^sup>b" (* b should be a blue variable *)
+term "\<forall> x. a\<^sup>x" (* x should be a green bound variable *)
term "a\<^sup>k" (* k should be a black constant *)