aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-26 14:12:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-26 14:12:48 +0000
commit5301fd94b22fa5e59dfcccc19e89e2f3faccd21e (patch)
treed02db01c4c7a9dfb9f02fae66f5e62371254f944 /isa
parenta72c28f466ecccb4e98a8f8e2436b9e7abaf8d86 (diff)
Add example of sub/sup/bold in comment.
Diffstat (limited to 'isa')
-rw-r--r--isa/Example-Xsym.ML7
1 files changed, 6 insertions, 1 deletions
diff --git a/isa/Example-Xsym.ML b/isa/Example-Xsym.ML
index d566a850..c9d40747 100644
--- a/isa/Example-Xsym.ML
+++ b/isa/Example-Xsym.ML
@@ -3,7 +3,12 @@
$Id$
- Just a version of Example.ML using XSymbol
+ Just a version of Example.ML using XSymbol.
+
+ Also subscripts/superscripts/bold: A\<^sup>1 \\<or> A\<^sub>2 \\<or> A\<^bold>3
+ [NB: these can't be used in identifiers or otherwise
+ parsed by Isabelle unless declared as part of a theory's
+ concrete syntax, see docs or examples in HOL/IMP.]
*)
Goal "A \\<and> B \\<longrightarrow> B \\<and> A";