src/FOL/FOL.ML
author haftmann
Tue, 19 Sep 2006 15:21:44 +0200
changeset 20590 bf92900995f8
parent 18914 5a476b10d69c
permissions -rw-r--r--
introduced syntactic classes; moved some setup to Pure/codegen, Pure/nbe or OperationalEquality.thy


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