src/FOL/FOL.ML
author wenzelm
Wed, 05 Dec 2001 02:59:49 +0100
changeset 12367 1cee8a0db392
parent 12303 67ca723a02dd
child 18914 5a476b10d69c
permissions -rw-r--r--
removed declaration of disjI1, disjI2 (already done in IFOL);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
7355
4c43090659ca proper bootstrap of IFOL/FOL theories and packages;
wenzelm
parents: 5159
diff changeset
     2
structure FOL =
4c43090659ca proper bootstrap of IFOL/FOL theories and packages;
wenzelm
parents: 5159
diff changeset
     3
struct
4c43090659ca proper bootstrap of IFOL/FOL theories and packages;
wenzelm
parents: 5159
diff changeset
     4
  val thy = the_context ();
4c43090659ca proper bootstrap of IFOL/FOL theories and packages;
wenzelm
parents: 5159
diff changeset
     5
  val classical = classical;
4c43090659ca proper bootstrap of IFOL/FOL theories and packages;
wenzelm
parents: 5159
diff changeset
     6
end;
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
open FOL;