src/FOL/FOL.ML
author wenzelm
Sun, 26 Nov 2006 18:07:16 +0100
changeset 21524 7843e2fd14a9
parent 18914 5a476b10d69c
permissions -rw-r--r--
updated (binder) syntax/notation;


structure FOL =
struct
  val thy = the_context ();
  val classical = classical;
end;