src/HOL/Main.ML
author nipkow
Thu, 10 May 2001 17:28:40 +0200
changeset 11295 66925f23ac7f
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
improved tracing of permutative rules.


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