src/Pure/ROOT.ML
changeset 22796 34c316d7b630
parent 22694 077ce0e019fa
child 22904 de2d630e1548
equal deleted inserted replaced
22795:702542e7f88c 22796:34c316d7b630
    99 
    99 
   100 use_thy "Pure";
   100 use_thy "Pure";
   101 structure Pure = struct val thy = theory "Pure" end;
   101 structure Pure = struct val thy = theory "Pure" end;
   102 
   102 
   103 Context.add_setup
   103 Context.add_setup
   104  (Theory.del_modesyntax Syntax.default_mode Syntax.appl_syntax #>
   104  (Sign.del_modesyntax Syntax.default_mode Syntax.appl_syntax #>
   105   Theory.add_syntax Syntax.applC_syntax);
   105   Sign.add_syntax Syntax.applC_syntax);
   106 use_thy "CPure";
   106 use_thy "CPure";
   107 structure CPure = struct val thy = theory "CPure" end;
   107 structure CPure = struct val thy = theory "CPure" end;
   108 
   108 
   109 (*final ML setup*)
   109 (*final ML setup*)
   110 use "install_pp.ML";
   110 use "install_pp.ML";