src/HOL/Main.ML
author haftmann
Tue, 19 Sep 2006 15:22:35 +0200
changeset 20604 9dba9c7872c9
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
added auxiliary lemma for code generation 2


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