src/FOL/FOL.ML
author wenzelm
Sat, 04 Sep 1999 21:04:07 +0200
changeset 7472 f1208505d837
parent 7355 4c43090659ca
child 7529 fa534e4f7e49
permissions -rw-r--r--
removed binding;


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

open FOL;