src/HOL/Main.ML
author berghofe
Thu, 10 Oct 2002 14:18:01 +0200
changeset 13635 c41e88151b54
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Added functions Suml and Sumr which are useful for constructing datatypes involving function types.


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