src/HOL/Main.ML
author ballarin
Mon, 26 Jul 2004 15:48:50 +0200
changeset 15076 4b3d280ef06a
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
New prover for transitive and reflexive-transitive closure of relations. - Code in Provers/trancl.ML - HOL: Simplifier set up to use it as solver


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