src/HOL/Main.ML
author paulson
Thu, 15 Sep 2005 17:45:17 +0200
changeset 17421 0382f6877b98
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
moving Commutative_Ring to the correct theory


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