src/HOL/Main.ML
author nipkow
Thu, 23 Mar 2006 20:03:53 +0100
changeset 19323 ec5cd5b1804c
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Converted translations to abbbreviations. Removed a few odd functions from Map and AssocList. Moved chg_map from Map to Bali/Basis.


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