src/HOL/Main.ML
author paulson
Mon, 01 Mar 2004 13:51:21 +0100
changeset 14421 ee97b6463cb4
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
new Ring_and_Field hierarchy, eliminating redundant axioms


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