src/HOL/Main.ML
author kleing
Fri, 27 May 2005 01:09:44 +0200
changeset 16095 f6af6b265d20
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
put global isatest settings in one file, sourced by the other scripts


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