src/HOL/Main.ML
author kleing
Tue, 11 Jun 2002 12:35:33 +0200
changeset 13207 0d07e49dc9a5
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
included strong soundness (sound + s0 <= phi!0)


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