From ca7cdec9b49722d882cf146f24b19fb2058df099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=C3=A9ric?= Date: Thu, 20 Jul 2023 16:31:08 +0200 Subject: [PATCH] Fix typos --- Isabelle_DOF-Unit-Tests/Test_Polymorphic_Classes.thy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Isabelle_DOF-Unit-Tests/Test_Polymorphic_Classes.thy b/Isabelle_DOF-Unit-Tests/Test_Polymorphic_Classes.thy index 69d6590..f6f255a 100644 --- a/Isabelle_DOF-Unit-Tests/Test_Polymorphic_Classes.thy +++ b/Isabelle_DOF-Unit-Tests/Test_Polymorphic_Classes.thy @@ -680,7 +680,7 @@ typ\\test_G.tag_attribute :: int\\ text*[xcv6::"\test_G.tag_attribute :: int\ test_F", b="{(@{test_A ''xcv3''},@{test_G ''xcv5''})}"]\\ -text\\lemma*\, etc. do not support well polymorphic classes. +text\\lemma*\, etc. do not support well polymorphic classes term antiquotations. For now only embedded term-antiquotation in a definition could work:\ definition* testtest_level where "testtest_level \ the (text_section.level @{test2 \testtest2''\})" lemma*[e5::E] testtest : "xx + testtest_level = yy + testtest_level \ xx = yy" by simp