doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Sun, 19 Aug 2012 17:45:07 +0200
changeset 48932 c6e679443adc
parent 48891 c0eafbd55de3
permissions -rw-r--r--
actual use of (sos remote_csdp) via ISABELLE_FULL_TEST;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29755
d66b34e46bdf observe usual theory naming conventions;
wenzelm
parents: 26957
diff changeset
     1
theory Base
39846
cb6634eb8926 examples in Isabelle/HOL;
wenzelm
parents: 30272
diff changeset
     2
imports Main
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     3
begin
30272
2d612824e642 regenerated document;
wenzelm
parents: 30270
diff changeset
     4
48891
c0eafbd55de3 prefer ML_file over old uses;
wenzelm
parents: 43564
diff changeset
     5
ML_file "../../antiquote_setup.ML"
43564
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents: 40110
diff changeset
     6
setup {* Antiquote_Setup.setup *}
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents: 40110
diff changeset
     7
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     8
end