src/HOL/Main.ML
author wenzelm
Tue, 07 Nov 2006 11:47:56 +0100
changeset 21209 dbb8decc36bc
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
'const_syntax' command: allow fixed variables, renamed to 'notation';


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