src/Pure/ROOT.ML
changeset 62825 e6e80a8bf624
parent 62818 2733b240bfea
child 62845 31177a9c3025
equal deleted inserted replaced
62824:3498c66b5e55 62825:e6e80a8bf624
   344 fun use_thys args =
   344 fun use_thys args =
   345   Runtime.toplevel_program (fn () => Thy_Info.use_thys (map (rpair Position.none) args));
   345   Runtime.toplevel_program (fn () => Thy_Info.use_thys (map (rpair Position.none) args));
   346 val use_thy = use_thys o single;
   346 val use_thy = use_thys o single;
   347 
   347 
   348 Proofterm.proofs := 0;
   348 Proofterm.proofs := 0;
       
   349 
       
   350 structure PolyML = struct structure IntInf = PolyML.IntInf end;