src/FOL/FOL.ML
author paulson
Tue, 13 Aug 2002 17:42:34 +0200
changeset 13496 6f0c57def6d5
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
In ZF/Constructible, moved many results from Satisfies_absolute, etc., to the new theory Internalize.thy


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

open FOL;