equal
deleted
inserted
replaced
279 Enum.thy \ |
279 Enum.thy \ |
280 Groebner_Basis.thy \ |
280 Groebner_Basis.thy \ |
281 Hilbert_Choice.thy \ |
281 Hilbert_Choice.thy \ |
282 Int.thy \ |
282 Int.thy \ |
283 Lazy_Sequence.thy \ |
283 Lazy_Sequence.thy \ |
|
284 Lifting.thy \ |
284 List.thy \ |
285 List.thy \ |
285 Main.thy \ |
286 Main.thy \ |
286 Map.thy \ |
287 Map.thy \ |
287 Nat_Transfer.thy \ |
288 Nat_Transfer.thy \ |
288 New_DSequence.thy \ |
289 New_DSequence.thy \ |
313 $(SRC)/Provers/Arith/extract_common_term.ML \ |
314 $(SRC)/Provers/Arith/extract_common_term.ML \ |
314 Tools/choice_specification.ML \ |
315 Tools/choice_specification.ML \ |
315 Tools/code_evaluation.ML \ |
316 Tools/code_evaluation.ML \ |
316 Tools/groebner.ML \ |
317 Tools/groebner.ML \ |
317 Tools/int_arith.ML \ |
318 Tools/int_arith.ML \ |
|
319 Tools/Lifting/lifting_def.ML \ |
|
320 Tools/Lifting/lifting_info.ML \ |
|
321 Tools/Lifting/lifting_term.ML \ |
|
322 Tools/Lifting/lifting_setup.ML \ |
318 Tools/list_code.ML \ |
323 Tools/list_code.ML \ |
319 Tools/list_to_set_comprehension.ML \ |
324 Tools/list_to_set_comprehension.ML \ |
320 Tools/nat_numeral_simprocs.ML \ |
325 Tools/nat_numeral_simprocs.ML \ |
321 Tools/Nitpick/kodkod.ML \ |
326 Tools/Nitpick/kodkod.ML \ |
322 Tools/Nitpick/kodkod_sat.ML \ |
327 Tools/Nitpick/kodkod_sat.ML \ |
1034 HOL-Isar_Examples: HOL $(LOG)/HOL-Isar_Examples.gz |
1039 HOL-Isar_Examples: HOL $(LOG)/HOL-Isar_Examples.gz |
1035 |
1040 |
1036 $(LOG)/HOL-Isar_Examples.gz: $(OUT)/HOL Isar_Examples/Basic_Logic.thy \ |
1041 $(LOG)/HOL-Isar_Examples.gz: $(OUT)/HOL Isar_Examples/Basic_Logic.thy \ |
1037 Isar_Examples/Cantor.thy Isar_Examples/Drinker.thy \ |
1042 Isar_Examples/Cantor.thy Isar_Examples/Drinker.thy \ |
1038 Isar_Examples/Expr_Compiler.thy Isar_Examples/Fibonacci.thy \ |
1043 Isar_Examples/Expr_Compiler.thy Isar_Examples/Fibonacci.thy \ |
1039 Isar_Examples/Group.thy Isar_Examples/Hoare.thy \ |
1044 Isar_Examples/Group.thy Isar_Examples/Group_Context.thy \ |
|
1045 Isar_Examples/Group_Notepad.thy Isar_Examples/Hoare.thy \ |
1040 Isar_Examples/Hoare_Ex.thy Isar_Examples/Knaster_Tarski.thy \ |
1046 Isar_Examples/Hoare_Ex.thy Isar_Examples/Knaster_Tarski.thy \ |
1041 Isar_Examples/Mutilated_Checkerboard.thy \ |
1047 Isar_Examples/Mutilated_Checkerboard.thy \ |
1042 Isar_Examples/Nested_Datatype.thy Isar_Examples/Peirce.thy \ |
1048 Isar_Examples/Nested_Datatype.thy Isar_Examples/Peirce.thy \ |
1043 Isar_Examples/Puzzle.thy Isar_Examples/Summation.thy \ |
1049 Isar_Examples/Puzzle.thy Isar_Examples/Summation.thy \ |
1044 Isar_Examples/ROOT.ML Isar_Examples/document/proof.sty \ |
1050 Isar_Examples/ROOT.ML Isar_Examples/document/proof.sty \ |
1493 $(LOG)/HOL-Quotient_Examples.gz: $(OUT)/HOL \ |
1499 $(LOG)/HOL-Quotient_Examples.gz: $(OUT)/HOL \ |
1494 Quotient_Examples/DList.thy \ |
1500 Quotient_Examples/DList.thy \ |
1495 Quotient_Examples/FSet.thy \ |
1501 Quotient_Examples/FSet.thy \ |
1496 Quotient_Examples/Quotient_Int.thy Quotient_Examples/Quotient_Message.thy \ |
1502 Quotient_Examples/Quotient_Int.thy Quotient_Examples/Quotient_Message.thy \ |
1497 Quotient_Examples/Lift_Set.thy Quotient_Examples/Lift_RBT.thy \ |
1503 Quotient_Examples/Lift_Set.thy Quotient_Examples/Lift_RBT.thy \ |
1498 Quotient_Examples/Lift_Fun.thy |
1504 Quotient_Examples/Lift_Fun.thy Quotient_Examples/Lift_DList.thy |
1499 @$(ISABELLE_TOOL) usedir $(OUT)/HOL Quotient_Examples |
1505 @$(ISABELLE_TOOL) usedir $(OUT)/HOL Quotient_Examples |
1500 |
1506 |
1501 |
1507 |
1502 ## HOL-Predicate_Compile_Examples |
1508 ## HOL-Predicate_Compile_Examples |
1503 |
1509 |