src/Doc/System/Base.thy
author wenzelm
Sat, 28 Nov 2020 21:56:24 +0100
changeset 72763 3cc73d00553c
parent 69605 a96320074298
permissions -rw-r--r--
added document antiquotation @{tool}; formal check of isabelle tools via Isabelle/Scala;
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
72763
3cc73d00553c added document antiquotation @{tool};
wenzelm
parents: 69605
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:
diff changeset
     8
9864182c6bad document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
diff changeset
     9
end