equal
deleted
inserted
replaced
730 "root.tex" |
730 "root.tex" |
731 "root.bib" |
731 "root.bib" |
732 |
732 |
733 session "HOL-Datatype_Examples" in Datatype_Examples = HOL + |
733 session "HOL-Datatype_Examples" in Datatype_Examples = HOL + |
734 description {* |
734 description {* |
735 (Co)datatype Examples. |
735 (Co)datatype Examples, including large ones from John Harrison. |
736 *} |
736 *} |
737 options [document = false] |
737 options [document = false] |
738 theories |
738 theories |
739 Compat |
739 Compat |
740 Lambda_Term |
740 Lambda_Term |
746 Stream_Processor |
746 Stream_Processor |
747 Misc_Codatatype |
747 Misc_Codatatype |
748 Misc_Datatype |
748 Misc_Datatype |
749 Misc_Primcorec |
749 Misc_Primcorec |
750 Misc_Primrec |
750 Misc_Primrec |
751 theories [condition = ISABELLE_FULL_TEST] |
751 theories [condition = ISABELLE_FULL_TEST, timing] |
752 Brackin |
752 Brackin |
753 Instructions |
753 Instructions |
754 IsaFoR_Datatypes |
754 IsaFoR_Datatypes |
755 SML |
755 SML |
756 Verilog |
756 Verilog |
1083 options [document = false] |
1083 options [document = false] |
1084 theories |
1084 theories |
1085 TrivEx |
1085 TrivEx |
1086 TrivEx2 |
1086 TrivEx2 |
1087 |
1087 |
1088 session "HOL-Datatype_Benchmark" in Datatype_Benchmark = HOL + |
|
1089 description {* |
|
1090 Some rather large datatype examples (from John Harrison). |
|
1091 *} |
|
1092 options [document = false] |
|
1093 theories [condition = ISABELLE_FULL_TEST, timing] |
|
1094 Brackin |
|
1095 Instructions |
|
1096 SML |
|
1097 Verilog |
|
1098 |
|
1099 session "HOL-Record_Benchmark" in Record_Benchmark = HOL + |
1088 session "HOL-Record_Benchmark" in Record_Benchmark = HOL + |
1100 description {* |
1089 description {* |
1101 Some benchmark on large record. |
1090 Some benchmark on large record. |
1102 *} |
1091 *} |
1103 options [document = false] |
1092 options [document = false] |