src/HOL/Main.ML
changeset 9650 6f0b89f2a1f9
equal deleted inserted replaced
9649:89155e48fa53 9650:6f0b89f2a1f9
       
     1 
       
     2 structure Main =
       
     3 struct
       
     4   val thy = the_context ();
       
     5 end;