src/HOLCF/HOLCF.ML
author haftmann
Thu, 15 Sep 2005 08:16:22 +0200
changeset 17401 9147c880ada6
parent 16841 228d663cc9b3
permissions -rw-r--r--
fixed type annotation

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

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