src/FOL/FOL.ML
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
Add icon for interface.


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

open FOL;