src/FOL/FOL.ML
author urbanc
Mon, 19 Dec 2005 12:58:15 +0100
changeset 18436 9649e24bc10e
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
added thms to perm_compose (so far only composition theorems were included where the type of the permutation was equal)


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

open FOL;