aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-05-26 12:36:40 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-05-26 12:36:40 +0000
commite0142f75d0c3e0061b65ed69b74351913c6aa0c9 (patch)
tree6886bdafada4e79063ed385b947cc9b834bd2349 /etc/isar
parent4770ff0da323eaf522df333177f4a3c7cac2ce9d (diff)
Test case for #266
Diffstat (limited to 'etc/isar')
-rw-r--r--etc/isar/HighlightSize.thy13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/isar/HighlightSize.thy b/etc/isar/HighlightSize.thy
new file mode 100644
index 00000000..386db167
--- /dev/null
+++ b/etc/isar/HighlightSize.thy
@@ -0,0 +1,13 @@
+(* See: http://proofgeneral.inf.ed.ac.uk/trac/ticket/266 *)
+
+theory HighlightSize imports Main
+begin
+
+lemmas rules = sym refl trans sym refl trans sym refl trans sym refl trans sym refl trans
+
+ML_command {* Pretty.writeln (Pretty.markup Markup.hilite
+ [ProofContext.pretty_fact @{context} ("foo", @{thms rules(1-14)})]) *}
+
+end
+
+