src/HOL/Main.ML
author berghofe
Fri, 31 Aug 2001 16:06:21 +0200
changeset 11511 ec89f5cff390
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Added new files for proof terms.


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