aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar/XSymbolTests.thy
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-02 18:25:04 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-02 18:25:04 +0000
commit3f2ad6d2c096cacb0818eeae58d760e83cf5d300 (patch)
tree2f141ee88bacf52532ac0b1e305412a3570ab7d3 /etc/isar/XSymbolTests.thy
parent201b5216af7a8ec183a262e8fbedd7514e774fd4 (diff)
More sub/super examples.
Diffstat (limited to 'etc/isar/XSymbolTests.thy')
-rw-r--r--etc/isar/XSymbolTests.thy3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/isar/XSymbolTests.thy b/etc/isar/XSymbolTests.thy
index ebafcf8b..632f6dfc 100644
--- a/etc/isar/XSymbolTests.thy
+++ b/etc/isar/XSymbolTests.thy
@@ -20,6 +20,9 @@ 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 *)
+consts sausage:: "'a => 'a => 'a" ("_\<^bsup>_\<^esup>" [1000,1000] 1000)
+
+term "k\<^bsup>long\<^esup>" (* k black, long is blue *)
(* 28.8.02: bug in pg-remove-specials broke this; now fixed *)