| author | nipkow | 
| Mon, 25 Nov 2002 20:32:29 +0100 | |
| changeset 13724 | 06ded8d18d02 | 
| parent 12303 | 67ca723a02dd | 
| child 18914 | 5a476b10d69c | 
| permissions | -rw-r--r-- | 
| 0 | 1 | |
| 7355 
4c43090659ca
proper bootstrap of IFOL/FOL theories and packages;
 wenzelm parents: 
5159diff
changeset | 2 | structure FOL = | 
| 
4c43090659ca
proper bootstrap of IFOL/FOL theories and packages;
 wenzelm parents: 
5159diff
changeset | 3 | struct | 
| 
4c43090659ca
proper bootstrap of IFOL/FOL theories and packages;
 wenzelm parents: 
5159diff
changeset | 4 | val thy = the_context (); | 
| 
4c43090659ca
proper bootstrap of IFOL/FOL theories and packages;
 wenzelm parents: 
5159diff
changeset | 5 | val classical = classical; | 
| 
4c43090659ca
proper bootstrap of IFOL/FOL theories and packages;
 wenzelm parents: 
5159diff
changeset | 6 | end; | 
| 0 | 7 | |
| 8 | open FOL; |