author | wenzelm |
Fri, 24 Aug 2012 20:47:33 +0200 | |
changeset 48924 | 27d8ccd1906c |
parent 48891 | c0eafbd55de3 |
child 48956 | d54a3d39ba85 |
permissions | -rw-r--r-- |
42651 | 1 |
theory Base |
2 |
imports Pure |
|
3 |
begin |
|
4 |
||
48891 | 5 |
ML_file "../../antiquote_setup.ML" |
6 |
||
42651 | 7 |
setup {* |
43564
9864182c6bad
document antiquotations are managed as theory data, with proper name space and entity markup;
wenzelm
parents:
42651
diff
changeset
|
8 |
Antiquote_Setup.setup #> |
42651 | 9 |
member (op =) (Session.id ()) "ZF" ? Pure_Thy.old_appl_syntax_setup |
10 |
*} |
|
11 |
||
12 |
declare [[thy_output_source]] |
|
13 |
||
14 |
end |