src/HOLCF/HOLCF.ML
author haftmann
Sun, 23 Jul 2006 07:19:36 +0200
changeset 20183 fd546b0c8a7c
parent 16841 228d663cc9b3
permissions -rw-r--r--
major simplifications for integers

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

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