src/HOL/Main.ML
author paulson
Wed, 10 Jan 2001 11:00:17 +0100
changeset 10840 28a53b68a8c0
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
fixed the treatment of Rules and Sets


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