src/HOL/Main.ML
author paulson
Wed, 14 Feb 2001 12:16:32 +0100
changeset 11115 285b31e9e026
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
a new theorem from Bryan Ford


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