src/Pure/Isar/toplevel.ML
changeset 39513 fce2202892c4
parent 39285 85728a4b5620
child 40132 7ee65dbffa31
equal deleted inserted replaced
39512:31290f54be19 39513:fce2202892c4
   213 
   213 
   214 
   214 
   215 (** toplevel transitions **)
   215 (** toplevel transitions **)
   216 
   216 
   217 val quiet = Unsynchronized.ref false;
   217 val quiet = Unsynchronized.ref false;
   218 val debug = Output.debugging;
   218 val debug = Runtime.debug;
   219 val interact = Unsynchronized.ref false;
   219 val interact = Unsynchronized.ref false;
   220 val timing = Output.timing;
   220 val timing = Output.timing;
   221 val profiling = Unsynchronized.ref 0;
   221 val profiling = Unsynchronized.ref 0;
   222 val skip_proofs = Unsynchronized.ref false;
   222 val skip_proofs = Unsynchronized.ref false;
   223 
   223