src/FOL/FOL.ML
author paulson
Fri, 03 Aug 2001 18:04:55 +0200
changeset 11458 09a6c44a48ea
parent 10062 3b819da9c71a
child 11588 d792570a04b1
permissions -rw-r--r--
numerous stylistic changes and indexing


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

AddXIs [equal_intr_rule, disjI1, disjI2];

open FOL;