src/HOL/Main.ML
author nipkow
Fri, 05 Jan 2001 14:28:10 +0100
changeset 10789 260fa2c67e3e
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Changed priority of dvd from 70 to 50 as befits a relation.


structure Main =
struct
  val thy = the_context ();
end;