src/HOLCF/HOLCF.ML
author huffman
Mon, 10 Oct 2005 05:30:02 +0200
changeset 17816 9942c5ed866a
parent 16841 228d663cc9b3
permissions -rw-r--r--
new syntax translations for continuous lambda abstraction

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

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