src/HOL/Main.ML
author berghofe
Tue, 18 Jul 2006 17:10:22 +0200
changeset 20145 922b4e7b8efd
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Started implementing uniqueness proof for recursion combinator (still unfinished).


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