src/HOLCF/HOLCF.ML
author wenzelm
Tue, 13 Sep 2005 22:19:23 +0200
changeset 17339 ab97ccef124a
parent 16841 228d663cc9b3
permissions -rw-r--r--
tuned Isar interfaces; tuned IsarThy.theorem_i;

(*  Title:      HOLCF/HOLCF.ML
    ID:         $Id$
*)

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