src/HOL/Main.ML
author berghofe
Mon, 21 Oct 2002 17:07:58 +0200
changeset 13660 e36798726ca4
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Changed type of Logic.strip_horn.


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