src/HOL/Main.ML
author paulson
Mon, 18 Dec 2000 12:21:54 +0100
changeset 10689 5c44de6aadf4
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
loads the new simproc extract_common_term


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