src/Doc/System/Base.thy
author wenzelm
Sun, 21 May 2017 23:41:46 +0200
changeset 65895 744878d72021
parent 61656 cfabbc083977
child 69605 a96320074298
permissions -rw-r--r--
more general workaround for failed sessions (again, see also 2edb89630a80, ed7b5cd3a7f2);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61656
cfabbc083977 more uniform jEdit properties;
wenzelm
parents: 56059
diff changeset
     1
(*:maxLineLen=78:*)
cfabbc083977 more uniform jEdit properties;
wenzelm
parents: 56059
diff changeset
     2
43564
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
diff changeset
     3
theory Base
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
diff changeset
     4
imports Pure
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
diff changeset
     5
begin
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
diff changeset
     6
48937
e7418f8d49fe more standard document preparation within session context;
wenzelm
parents: 48891
diff changeset
     7
ML_file "../antiquote_setup.ML"
43564
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
diff changeset
     8
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
diff changeset
     9
end