src/FOL/FOL.ML
author paulson
Tue, 12 Jul 2005 12:49:46 +0200
changeset 16774 515b6020cf5d
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
experimental code to reduce the amount of type information in blast


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

open FOL;