src/ZF/Main.ML
author paulson
Thu, 05 Oct 2006 10:40:12 +0200
changeset 20861 fd0e33caeb3b
parent 17876 b9c92f384109
permissions -rw-r--r--
a few new functions on thms and cterms


(* $Id$ *)

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