| author | chaieb |
| Thu, 29 Jan 2009 14:56:28 +0000 | |
| changeset 29686 | 4cd2874eb5ff |
| parent 29609 | a010aab5bed0 |
| child 29820 | 07f53494cf20 |
| permissions | -rw-r--r-- |
header {* Plain HOL *} theory Plain imports Datatype FunDef Record SAT Extraction Divides begin text {* Plain bootstrap of fundamental HOL tools and packages; does not include @{text Hilbert_Choice}. *} instance option :: (finite) finite by default (simp add: insert_None_conv_UNIV [symmetric]) ML {* path_add "~~/src/HOL/Library" *} end