src/HOL/Main.ML
author wenzelm
Wed, 18 May 2005 11:31:00 +0200
changeset 16003 48ae07a95c70
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
removed update_node, which is just an instance of map_node; tuned;


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