src/HOLCF/HOLCF.ML
author wenzelm
Thu, 31 Aug 2006 17:33:55 +0200
changeset 20449 f8a7a8236c68
parent 16841 228d663cc9b3
permissions -rw-r--r--
more stuff;

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

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