src/HOL/Main.ML
author nipkow
Fri, 16 Jul 2004 17:33:43 +0200
changeset 15057 b1a368d93c50
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
added Complex/root


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