src/FOL/FOL.ML
author wenzelm
Wed, 25 Aug 1999 20:45:19 +0200
changeset 7355 4c43090659ca
parent 5159 8fc4fb20d70f
child 7529 fa534e4f7e49
permissions -rw-r--r--
proper bootstrap of IFOL/FOL theories and packages;


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

open FOL;