src/HOLCF/HOLCF.ML
author wenzelm
Thu, 13 Jul 2006 13:42:00 +0200
changeset 20122 27255556b762
parent 16841 228d663cc9b3
permissions -rw-r--r--
strip_abs_eta: proper use of Name.context;

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

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