src/Doc/Implementation/Base.thy
author nipkow
Mon, 20 Feb 2023 13:50:56 +0100
changeset 77306 0794ec39a4e0
parent 69605 a96320074298
permissions -rw-r--r--
backout rev 334015f9098e (for Main_Doc.thy only)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61656
cfabbc083977 more uniform jEdit properties;
wenzelm
parents: 56420
diff changeset
     1
(*:maxLineLen=78:*)
cfabbc083977 more uniform jEdit properties;
wenzelm
parents: 56420
diff changeset
     2
29755
d66b34e46bdf observe usual theory naming conventions;
wenzelm
parents: 26957
diff changeset
     3
theory Base
39846
cb6634eb8926 examples in Isabelle/HOL;
wenzelm
parents: 30272
diff changeset
     4
imports Main
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     5
begin
30272
2d612824e642 regenerated document;
wenzelm
parents: 30270
diff changeset
     6
69605
a96320074298 isabelle update -u path_cartouches;
wenzelm
parents: 61656
diff changeset
     7
ML_file \<open>../antiquote_setup.ML\<close>
43564
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents: 40110
diff changeset
     8
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     9
end