| author | wenzelm | 
| Tue, 29 Sep 2009 18:14:08 +0200 | |
| changeset 32760 | ea6672bff5dd | 
| parent 30327 | 4d1185c77f4a | 
| child 33296 | a3924d1069e5 | 
| permissions | -rw-r--r-- | 
| 27368 | 1 | header {* Plain HOL *}
 | 
| 2 | ||
| 3 | theory Plain | |
| 30073 | 4 | imports Datatype FunDef Record Extraction Divides | 
| 27368 | 5 | begin | 
| 6 | ||
| 29304 | 7 | text {*
 | 
| 8 | Plain bootstrap of fundamental HOL tools and packages; does not | |
| 9 |   include @{text Hilbert_Choice}.
 | |
| 10 | *} | |
| 11 | ||
| 27368 | 12 | ML {* path_add "~~/src/HOL/Library" *}
 | 
| 13 | ||
| 14 | end |