src/HOL/Main.ML
author berghofe
Fri, 16 Apr 2004 18:48:13 +0200
changeset 14600 ba51bc239716
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Replaced quote by Pretty.quote / Library.quote, since quote now refers to Symbol.quote


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