src/FOL/FOL.ML
author berghofe
Mon, 05 Aug 2002 14:35:33 +0200
changeset 13455 f88a91ff8ac6
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
Removed theory NatDef.


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

open FOL;