src/HOLCF/HOLCF.ML
author haftmann
Thu, 06 Apr 2006 16:08:25 +0200
changeset 19341 3414c04fbc39
parent 16841 228d663cc9b3
permissions -rw-r--r--
added definitional code generator module: codegen_theorems.ML

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

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