src/HOL/Main.ML
author paulson
Thu, 03 Jul 2003 12:56:48 +0200
changeset 14088 61bd46feb919
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
converted Counter, Counterc and PriorityAux to Isar scripts (all HOL/UNITY/Comp)


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