| author | wenzelm | 
| Mon, 25 Oct 2010 21:23:09 +0200 | |
| changeset 40133 | b61d52de66f0 | 
| parent 40121 | e7a80c6752c9 | 
| child 40178 | 00152d17855b | 
| permissions | -rw-r--r-- | 
| 12024 | 1 | header {* Main HOL *}
 | 
| 2 | ||
| 15131 | 3 | theory Main | 
| 40121 | 4 | imports Plain Record Predicate_Compile Nitpick SMT Quotient | 
| 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 |