src/FOL/FOL.ML
author urbanc
Tue, 13 Dec 2005 18:11:21 +0100
changeset 18396 b3e7da94b51f
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
added a fresh_left lemma that contains all instantiation for the various atom-types.


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

open FOL;