| author | wenzelm | 
| Tue, 29 Sep 2009 18:14:08 +0200 | |
| changeset 32760 | ea6672bff5dd | 
| parent 31203 | 5c8fb4fd67e0 | 
| child 33192 | 08a39a957ed7 | 
| permissions | -rw-r--r-- | 
| 12024 | 1 | header {* Main HOL *}
 | 
| 2 | ||
| 15131 | 3 | theory Main | 
| 31203 
5c8fb4fd67e0
moved Code_Index, Random and Quickcheck before Main
 haftmann parents: 
29888diff
changeset | 4 | imports Plain Quickcheck Map Recdef SAT | 
| 15131 | 5 | begin | 
| 9650 
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
 wenzelm parents: 
9619diff
changeset | 6 | |
| 29304 | 7 | text {*
 | 
| 8 | Classical Higher-order Logic -- only ``Main'', excluding real and | |
| 9 | complex numbers etc. | |
| 10 | *} | |
| 11 | ||
| 27367 | 12 | text {* See further \cite{Nipkow-et-al:2002:tutorial} *}
 | 
| 25964 | 13 | |
| 9650 
6f0b89f2a1f9
Main now new-style theory; added Main.ML for compatibility;
 wenzelm parents: 
9619diff
changeset | 14 | end |