src/FOL/FOL.ML
author huffman
Thu, 26 May 2005 02:23:27 +0200
changeset 16081 81a4b4a245b0
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
cleaned up, added cpair_less and cpair_eq_pair, removed some obsolete stuff


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

open FOL;