src/FOL/FOL.ML
author wenzelm
Fri, 16 Nov 2001 22:09:44 +0100
changeset 12227 c654c2c03f1d
parent 11976 075df6e46cef
child 12303 67ca723a02dd
permissions -rw-r--r--
actually store "coinduct" rule;


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

AddXEs [disjI1, disjI2];

open FOL;