src/HOLCF/HOLCF.ML
author wenzelm
Fri, 25 Nov 2005 21:14:34 +0100
changeset 18260 5597cfcecd49
parent 16841 228d663cc9b3
permissions -rw-r--r--
tuned induct proofs;

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

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