src/FOL/FOL.ML
author kleing
Fri, 27 May 2005 01:09:44 +0200
changeset 16095 f6af6b265d20
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
put global isatest settings in one file, sourced by the other scripts


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

open FOL;