| author | wenzelm | 
| Sun, 20 Nov 2011 21:05:23 +0100 | |
| changeset 45605 | a89b4bc311a5 | 
| parent 44918 | 6a80fbc4e72c | 
| child 45990 | b7b905b23b2a | 
| permissions | -rw-r--r-- | 
| 12024 | 1 | header {* Main HOL *}
 | 
| 2 | ||
| 15131 | 3 | theory Main | 
| 42695 
a94ad372b2f5
adding creation of exhaustive generators for records; simplifying dependencies in Main theory
 bulwahn parents: 
41919diff
changeset | 4 | imports Plain Predicate_Compile Nitpick | 
| 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 |