src/HOLCF/HOLCF.ML
author wenzelm
Wed, 22 Feb 2006 22:18:32 +0100
changeset 19121 d7fd5415a781
parent 16841 228d663cc9b3
permissions -rw-r--r--
simplified Pure conjunction;

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

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