src/HOLCF/HOLCF.ML
author krauss
Tue, 06 Jun 2006 09:28:24 +0200
changeset 19782 48c4632e2c28
parent 16841 228d663cc9b3
permissions -rw-r--r--
HOL/Tools/function_package: imporoved handling of guards, added an example

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

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