equal
deleted
inserted
replaced
160 Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
160 Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
161 Author: Jasmin Blanchette, TU Muenchen |
161 Author: Jasmin Blanchette, TU Muenchen |
162 |
162 |
163 Testing Metis and Sledgehammer. |
163 Testing Metis and Sledgehammer. |
164 *} |
164 *} |
165 options [document = false] |
165 options [timeout = 3600, document = false] |
166 theories |
166 theories |
167 Abstraction |
167 Abstraction |
168 Big_O |
168 Big_O |
169 Binary_Tree |
169 Binary_Tree |
170 Clausification |
170 Clausification |
397 theories CompleteLattice |
397 theories CompleteLattice |
398 files "document/root.tex" |
398 files "document/root.tex" |
399 |
399 |
400 session ex = HOL + |
400 session ex = HOL + |
401 description {* Miscellaneous examples for Higher-Order Logic. *} |
401 description {* Miscellaneous examples for Higher-Order Logic. *} |
402 options [condition = ISABELLE_POLYML] |
402 options [timeout = 3600, condition = ISABELLE_POLYML] |
403 theories [document = false] |
403 theories [document = false] |
404 "~~/src/HOL/Library/State_Monad" |
404 "~~/src/HOL/Library/State_Monad" |
405 Code_Nat_examples |
405 Code_Nat_examples |
406 "~~/src/HOL/Library/FuncSet" |
406 "~~/src/HOL/Library/FuncSet" |
407 Eval_Examples |
407 Eval_Examples |
578 session Nominal (main) = HOL + |
578 session Nominal (main) = HOL + |
579 options [document = false] |
579 options [document = false] |
580 theories Nominal |
580 theories Nominal |
581 |
581 |
582 session Examples in "Nominal/Examples" = "HOL-Nominal" + |
582 session Examples in "Nominal/Examples" = "HOL-Nominal" + |
583 options [condition = ISABELLE_POLYML, document = false] |
583 options [timeout = 3600, condition = ISABELLE_POLYML, document = false] |
584 theories Nominal_Examples |
584 theories Nominal_Examples |
585 theories [quick_and_dirty] VC_Condition |
585 theories [quick_and_dirty] VC_Condition |
586 |
586 |
587 session Word = HOL + |
587 session Word = HOL + |
588 options [document_graph] |
588 options [document_graph] |
735 session Mutabelle = HOL + |
735 session Mutabelle = HOL + |
736 options [document = false] |
736 options [document = false] |
737 theories MutabelleExtra |
737 theories MutabelleExtra |
738 |
738 |
739 session Quickcheck_Examples = HOL + |
739 session Quickcheck_Examples = HOL + |
740 options [document = false] |
740 options [timeout = 3600, document = false] |
741 theories |
741 theories |
742 Quickcheck_Examples (* FIXME more *) |
742 Quickcheck_Examples (* FIXME more *) |
743 theories [condition = ISABELLE_GHC] |
743 theories [condition = ISABELLE_GHC] |
744 Quickcheck_Narrowing_Examples |
744 Quickcheck_Narrowing_Examples |
745 |
745 |